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