Updated RADIX link.

This commit is contained in:
Michael Mclaughlin 2012-11-26 22:53:05 +00:00
parent c7169875f3
commit 7182a6f21d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ A Javascript library for arbitrary-precision decimal and non-decimal arithmetic.
- No dependencies
- Comprehensive documentation and test set
To see the library in action see [radix](http://mikemcl.github.com/radix/)
To see the library in action see [RADIX](http://mikemcl.github.com/RADIX/)
If an even smaller and simpler library is required see [big.js](https://github.com/MikeMcl/big.js/).
It's half the size with half the methods and only works with decimal numbers; it also does not allow `NaN` or `Infinity`, or have the configuration options of this library.