随笔分类 -  工具类

摘要:import java.math.BigDecimal; /** * 用于高精确处理常用的数学运算 */ public class ArithmeticUtils { //默认除法运算精度 private static final int DEF_DIV_SCALE = 10; /** * 提供精确 阅读全文
posted @ 2022-05-18 09:34 农名工进城 阅读(91) 评论(0) 推荐(0)