Are there any good JavaScript currency or decimal classes?

前端 未结 7 2419
孤城傲影
孤城傲影 2021-02-19 06:57

I am trying to deal with JavaScript values such as 23.45, but I want to be able to do mathematical operations on these values (addition, subtraction, multiplication

7条回答
  •  借酒劲吻你
    2021-02-19 07:43

    Doing some more searching, I came across this.

    https://stackoverflow.com/questions/744099/javascript-bigdecimal-library

    It looks like none of them are ideal, but they do the job.

提交回复
热议问题