Array.det()


Array.det()

Calculate the determinant of this array.

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

-1

Same as Array.determinant()