Array.inverse()
Jump to navigation
Jump to search
Array.inverse()
Calculate the inverse of this array.
[[1,2],[2,3]].inverse()
-3 | 2 |
2 | -1 |
Calculate the inverse of this array.
[[1,2],[2,3]].inverse()
-3 | 2 |
2 | -1 |