Useful things: java.math.BigDecimal the difference between setScale and round

Useful things: java.math.BigDecimal the difference between setScale and round

瀏覽:1050
日期:2026-04-24
java.math.BigDecimal the difference between setScale and round One pitfall within BigDecimal I guess is the round method within BigDecimal. Lets assume the following code samples: BigDecimal smallNumber = new BigDecimal("0.01234"); smallNumber.round ......看更多