Package com.complexible.common.base
Class Maths
java.lang.Object
com.complexible.common.base.Maths
Math-related utils
- Since:
- 2.0 (0.1)
- Version:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic doublelog10(BigInteger theValue) Returns the base 10 logarithm of aBigInteger.static introundUp(int x, int quant) static longroundUp(long x, int quant)
-
Method Details
-
log10
Returns the base 10 logarithm of aBigInteger. -
roundUp
public static int roundUp(int x, int quant) -
roundUp
public static long roundUp(long x, int quant)
-