Class MathUtils

java.lang.Object
org.drools.util.MathUtils

public class MathUtils extends Object
Utility methods for math classes
  • Method Details

    • getBigDecimal

      public static BigDecimal getBigDecimal(Object value)
    • getBigInteger

      public static BigInteger getBigInteger(Object value)
    • isAddOverflow

      public static boolean isAddOverflow(long op1, long op2, long result)