Is there a decimal math library for JavaScript?

As their author, I recommend bignumber.js or big.js, ‘a small, fast Javascript library for arbitrary-precision arithmetic with decimal numbers’.

For a more mature library, the ICU4J BigDecimal translation is also recommended.

Leave a Comment