From 1a92d8ea42c1469b98234e2cb195155dfdf58755 Mon Sep 17 00:00:00 2001 From: BertrandBev Date: Fri, 23 Jul 2021 18:50:26 +0200 Subject: [PATCH] Add eigen-js & nlopt-js to Number category --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d4ac6c..5d6aee2 100644 --- a/README.md +++ b/README.md @@ -468,7 +468,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