Minor edit.

This commit is contained in:
Michael Mclaughlin 2012-12-03 19:28:26 +00:00
parent 2a38aceece
commit cf72998f42
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.