From 7afe7fc51c6caf58c42d2e99efc8ed96f22895d9 Mon Sep 17 00:00:00 2001 From: Robert Eisele Date: Thu, 3 Sep 2015 09:54:29 +0200 Subject: [PATCH 1/4] Add fraction.js to number section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9ede81..2dac930 100644 --- a/README.md +++ b/README.md @@ -343,6 +343,7 @@ There're also some great commercial libraries, like [amchart](http://www.amchart * [odometer](https://github.com/HubSpot/odometer) - Smoothly transitions numbers with ease. * [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 ## Storage From 1436c6296631942e94f41f1fcc00719877c55d7c Mon Sep 17 00:00:00 2001 From: Robert Eisele Date: Thu, 3 Sep 2015 09:55:18 +0200 Subject: [PATCH 2/4] 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 From c4cdb0170e0102a0f38880f050c12e1591d4bdf1 Mon Sep 17 00:00:00 2001 From: Robert Eisele Date: Thu, 3 Sep 2015 09:56:03 +0200 Subject: [PATCH 3/4] Add polynomial.js to number section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2f39d0..27608ce 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,7 @@ There're also some great commercial libraries, like [amchart](http://www.amchart * [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 +* [Polynomial.js](https://github.com/infusion/Polynomial.js) - A polynomials library for JavaScript ## Storage From bc36808f46c14c46355afdf9641c4ae4a1786089 Mon Sep 17 00:00:00 2001 From: Robert Eisele Date: Thu, 3 Sep 2015 09:58:19 +0200 Subject: [PATCH 4/4] Add bitset.js transitionally to misc section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 27608ce..d6bf761 100644 --- a/README.md +++ b/README.md @@ -706,6 +706,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection * [platform.js](https://github.com/bestiejs/platform.js) - A platform detection library that works on nearly all JavaScript platforms. * [json3](https://github.com/bestiejs/json3) - A modern JSON implementation compatible with nearly all JavaScript platforms. * [Logical Or Not](http://gabinaureche.com/logicalornot/) - A game about JavaScript specificities. +* [BitSet.js](https://github.com/infusion/BitSet.js) - A JavaScript Bit-Vector implementation # Worth Reading