Class StrictNaturalLogarithm

    • Constructor Detail

      • StrictNaturalLogarithm

        public StrictNaturalLogarithm​(double base)
        Logarithm to any other base. new StrictNaturalLogarithm(10) for base 10, new StrictNaturalLogarithm(2) for base 2.
        Parameters:
        base - base to use
      • StrictNaturalLogarithm

        public StrictNaturalLogarithm()
        Standard base-e logarithm.