Is there a decimal math library for JavaScript?

后端 未结 3 2107
清酒与你
清酒与你 2020-11-27 06:31

Is there a mature library for doing decimal-based math, possibly arbitrary-precision, in JavaScript?

Edit: I want this information for a reference p

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-27 07:01

    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.

提交回复
热议问题