BigDecimal做除法操作时,处理ArithmeticException的解决方案
当使用BigDecimal做除法操作时,在加减乘时都没有出现问题,但是到除法运算时,提示了如下错误: [color=red]Non-terminating decimal expansion; no exact representable decimal result[/color]大概的意思是“无法结束的除法表达式;没有精确的除结果”。我当时输入的10/3,结果应该是3.3333....333...