Minor edit.
This commit is contained in:
parent
c39d81cfb3
commit
8a1d631c4d
|
@ -1,11 +1,11 @@
|
||||||
|
|
||||||
# bignumber.js #
|
# bignumber.js #
|
||||||
|
|
||||||
A Javascript library for arbitrary-precision arithmetic.
|
A Javascript library for arbitrary-precision arithmetic with decimal and non-decimal numbers.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Faster, smaller, and perhaps easier-to-use than Javascript versions of Java's BigDecimal
|
- Faster, smaller, and perhaps easier to use than Javascript versions of Java's BigDecimal
|
||||||
- 5 KB minified and gzipped
|
- 5 KB minified and gzipped
|
||||||
- Simple API but full-featured
|
- Simple API but full-featured
|
||||||
- Works with numbers with fraction digits in bases from 2 to 36 inclusive
|
- Works with numbers with fraction digits in bases from 2 to 36 inclusive
|
||||||
|
|
Loading…
Reference in New Issue