Package org.drools.util
Class MathUtils
- java.lang.Object
-
- org.drools.util.MathUtils
-
public class MathUtils extends Object
Utility methods for math classes
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BigDecimalgetBigDecimal(Object value)static BigIntegergetBigInteger(Object value)static booleanisAddOverflow(long op1, long op2, long result)
-
-
-
Method Detail
-
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)
-
-