Array.det()

From ZCubes Wiki
Revision as of 16:26, 4 March 2017 by Joseph (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Array.det()

Calculate the determinant of this array.

[[2,3],[3,4]].determinant()

-1

Same as Array.determinant()