Package com.complexible.common.base
Class Maths
- java.lang.Object
-
- com.complexible.common.base.Maths
-
public final class Maths extends java.lang.Object
Math-related utils- Since:
- 2.0 (0.1)
- Version:
- 2.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
log10(java.math.BigInteger theValue)
Returns the base 10 logarithm of aBigInteger
.static int
roundUp(int x, int quant)
static long
roundUp(long x, int quant)
-