Merge pull request #2326 from ftphikari/master

Updated documentation to reflect changes from commit 8a16fd7
This commit is contained in:
gingerBill
2023-02-08 11:09:23 +00:00
committed by GitHub

View File

@@ -109,7 +109,7 @@ jmag :: proc(value: Quaternion) -> Float ---
kmag :: proc(value: Quaternion) -> Float ---
conj :: proc(value: Complex_Or_Quaternion) -> Complex_Or_Quaternion ---
expand_to_tuple :: proc(value: Struct_Or_Array) -> (A, B, C, ...) ---
expand_values :: proc(value: Struct_Or_Array) -> (A, B, C, ...) ---
min :: proc(values: ..T) -> T ---
max :: proc(values: ..T) -> T ---