Documentation of 'jsci.maths.analysis.Exponential' Java class
Exponential
jsci.maths.analysis

Class Exponential

    • Constructor Detail

      • Exponential

        public Exponential()
        Constructs an exponential function of the form exp(x).
      • Exponential

        public Exponential(double A,
                           double w,
                           double k)
        Constructs an exponential function of the form A exp(w(x+k)).
      • Exponential

        public Exponential(double A,
                           double w,
                           double k,
                           double n)
        Constructs an exponential function of the form A exp(w(x+k)n). Constructor to create Gaussian functions.
    • Method Detail

      • map

        public double map(double x)
        Description copied from interface: Mapping
        A user-defined function.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.