enkimute / ganja.js

:triangular_ruler: Javascript Geometric Algebra Generator for Javascript, c++, c#, rust, python. (with operator overloading and algebraic literals) -
MIT License
1.52k stars 107 forks source link

Calling Inverse raises error in 0 dimensions #149

Open frostburn opened 2 years ago

frostburn commented 2 years ago
> GA = Algebra(0)
> scalar = new GA([1])
> scalar.Inverse()
Uncaught TypeError: this.constructor.Scalar is not a constructor