Class Maths

java.lang.Object
com.complexible.common.base.Maths

public final class Maths extends Object
Math-related utils
Since:
2.0 (0.1)
Version:
2.0
  • Method Details

    • log10

      public static double log10(BigInteger theValue)
      Returns the base 10 logarithm of a BigInteger.
    • roundUp

      public static int roundUp(int x, int quant)
    • roundUp

      public static long roundUp(long x, int quant)