How to prevent auto round off in java?

前端 未结 0 1626
别跟我提以往
别跟我提以往 2021-01-30 19:30
System.out.println(((0.04f * 30500.0f) + (0.025f * 30500.0f) +  (double)30500.0f));

If a print this I get

Output : 32482.5

Bu

相关标签:
回答
  • 消灭零回复
提交回复
热议问题