From 1436c6296631942e94f41f1fcc00719877c55d7c Mon Sep 17 00:00:00 2001 From: Robert Eisele Date: Thu, 3 Sep 2015 09:55:18 +0200 Subject: [PATCH] Add complex.js to number section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2dac930..d2f39d0 100644 --- a/README.md +++ b/README.md @@ -344,6 +344,7 @@ There're also some great commercial libraries, like [amchart](http://www.amchart * [accounting.js](https://github.com/josscrowcroft/accounting.js) - A lightweight JavaScript library for number, money and currency formatting - fully localisable, zero dependencies. * [money.js](https://github.com/josscrowcroft/money.js) - A tiny (1kb) javascript currency conversion library, for web & nodeJS. * [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 ## Storage