math.js 238 B

1234
  1. export const BigDecimal = $.type("java.math.BigDecimal");
  2. export const BigInteger = $.type("java.math.BigInteger");
  3. export const MathContext = $.type("java.math.MathContext");
  4. export const RoundingMode = $.type("java.math.RoundingMode");