What is the source of this horrendous bug in java.lang.BigDecimal

后端 未结 0 469
没有蜡笔的小新
没有蜡笔的小新 2021-01-21 09:07

Consider the following code:


public class BigDecimalBug {
    public static void main(String[] args) {
        BigDecimal a = new BigDecimal(40);
        BigDeci         


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