TypeScript
TypeScript copied to clipboard
feat: add determinant algorithm
Implemented a determinant algorithm by using elimination.
The original version of this code used different functions but I wasn't sure which one would be preferred so I decided to merge them.