Compare commits

...

2 Commits

Author SHA1 Message Date
Bertrand
5f8a69c427 Merge 1a92d8ea42 into 64630aa173 2024-01-30 07:47:12 -08:00
BertrandBev
1a92d8ea42 Add eigen-js & nlopt-js to Number category 2021-07-23 18:50:26 +02:00

View File

@@ -498,7 +498,9 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Fraction.js](https://github.com/infusion/Fraction.js) - A rational number library for JavaScript.
* [Complex.js](https://github.com/infusion/Complex.js) - A complex number library for JavaScript.
* [Polynomial.js](https://github.com/infusion/Polynomial.js) - A polynomials library for JavaScript.
* [Quaternion.js](https://github.com/infusion/Quaternion.js) - A quaternion library for JavaScript
* [Quaternion.js](https://github.com/infusion/Quaternion.js) - A quaternion library for JavaScript.
* [eigen-js](https://github.com/BertrandBev/eigen-js) - A powerful linear algebra library.
* [nlopt-js](https://github.com/BertrandBev/nlopt-js) - A non-linear optimization library.
## Storage