decimal.js

decimal.js 5.0.7 updated

decimal.js is a JavaScript library that creates a special type for working specifically with decimal numbers.The library was inspired by Java's BigDecimal class and provides the proper tools to deal with such numbers, even if they are quite big or have...

bignumber.js

bignumber.js 2.1.0 updated

bignumber.js has support for a series of mathematical operations, all natively supported with JavaScript, but when computed with this library providing a higher degree of accuracy. All calculations with bignumber.js are quite fast and thanks to its core...

big.js

big.js 3.1.3 updated

big.js is a stripped down version of bignumber.js, with lesser methods and in a smaller size for lighter projects.Just like the original, the library purely enhances JavaScript's built-in mathematical functions with features of the BigDecimal Java...