Android - exact mathematical calculation

前端 未结 4 829
忘了有多久
忘了有多久 2021-01-26 10:26

I have got a Problem, I am developing an Application which should be able to do some mathematic calculations. These calculations have to be exact (or rather not obviously wrong)

4条回答
  •  北海茫月
    2021-01-26 10:45

    Use BigDecimal for such precise allocations.

    Btw the result for d is obviously right, because double has a machine encoding which cannot store the result, which you perceive as correct.

提交回复
热议问题