[removed] Decimal Values

前端 未结 4 1010
礼貌的吻别
礼貌的吻别 2020-12-15 04:44

What can I use as a decimal type in JavaScript? It\'s not supported (0.1 + 0.2 !== 0.3), and I need it for representing exact values in a banking/financial appl

4条回答
  •  不思量自难忘°
    2020-12-15 05:36

    It seems the following library implements decimal in js (node and browser): https://npmjs.org/package/jsdecimal

提交回复
热议问题