如何将 BigDecimal 0E-8 转换为特定的双精度值
How to convert BigDecimal 0E-8 to a particular double value
如何将 Bigdecimal 的指数值转换为 android 中保留 2 位小数的双精度值?
BigDecimal bd;
double d = bd.doubleValue();
如何将 Bigdecimal 的指数值转换为 android 中保留 2 位小数的双精度值?
BigDecimal bd;
double d = bd.doubleValue();