Array.determinant()
Jump to navigation
Jump to search
Array.determinant()
Calculate the determinant of this array.
[[2,3],[3,4]].det()
-1
Same as Array.det()
Calculate the determinant of this array.
[[2,3],[3,4]].det()
-1
Same as Array.det()