feat: upate math util

This commit is contained in:
2025-07-19 20:44:29 +08:00
parent ce1f794447
commit fb77e54324

View File

@@ -11,8 +11,7 @@ public class MathUtil {
);
public static final BigDecimal PI = new BigDecimal(
"3.1415926535 8979323846 2643383279 5028841971 6939937510 5820974944 5923078164 0628620899 8628034825 3421170679"
.replace(" ", ""));
"3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679");
public static final BigDecimal LITTLE_NUMBER = new BigDecimal(
"0.000000000000000000000000000000000000000001");