Class Logarithm

    • Method Detail

      • log2

        public static double log2​(double n)
        Base 2 logarithm.
        Parameters:
        n - n
        Returns:
        base 2 logarithm
      • log10

        public static double log10​(double n)
        Base 10 logarithm.
        Parameters:
        n - n
        Returns:
        base 10 logarithm