Class Logarithm


  • public class Logarithm
    extends java.lang.Object
    Logarithm Mar 14, 2013 MvK Start implementation
    • Constructor Summary

      Constructors 
      Constructor Description
      Logarithm()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double get​(double value, double base)  
      static int log2​(int n)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Logarithm

        public Logarithm()
    • Method Detail

      • get

        public static double get​(double value,
                                 double base)
      • log2

        public static int log2​(int n)