Documentation of 'Catalano.Math.Constants' Java class
Constants
Catalano.Math

Class Constants



  • public final class Constants
    extends java.lang.Object
    Common mathematical constants.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static double ComplementaryGoldenRatio
      Complementary Golden ratio.
      static double DoubleEpsilon
      Double-precision machine roundoff error.
      static double DoubleEpsilon2
      Episilon constant.
      static double DoublePI
      Double-PI.
      static double DoubleSmall
      Double-precision small value.
      static double EulerGamma
      Euler-Mascheroni constant.
      static double GoldenRatio
      Golden ratio constant.
      static double Log2
      Log of two: log(2).
      static double Log2PI
      Log of twice number pi: log(2*pi).
      static double Log3
      Log of three: log(3).
      static double LogMax
      Maximum log on the machine.
      static double LogMin
      Minimum log on the machine.
      static double LogPI
      Log of number pi: log(pi).
      static double LogSqrt2PI
      Log of square root of twice number pi: log(sqrt(2*pi).
      static float SingleEpsilon
      Single-precision machine roundoff error.
      static float SingleSmall
      Single-precision small value.
      static double Sqrt2
      Square root of 2: sqrt(2).
      static double Sqrt2H
      Half square root of 2: sqrt(2)/2.
      static double Sqrt2PI
      Square root of twice number pi: sqrt(2*pi).
      static double Sqrt3
      Square root of 3: sqrt(3).
      static double SqrtHalfPI
      Square root of half number pi: sqrt(pi/2).
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EulerGamma

        public static final double EulerGamma
        Euler-Mascheroni constant.
        See Also:
        Constant Field Values
      • DoubleEpsilon

        public static final double DoubleEpsilon
        Double-precision machine roundoff error. This value is actually different from Double.Epsilon.
        See Also:
        Constant Field Values
      • DoubleEpsilon2

        public static final double DoubleEpsilon2
        Episilon constant. 4.94...
        See Also:
        Constant Field Values
      • ComplementaryGoldenRatio

        public static final double ComplementaryGoldenRatio
        Complementary Golden ratio.
        See Also:
        Constant Field Values
      • GoldenRatio

        public static final double GoldenRatio
        Golden ratio constant.
        See Also:
        Constant Field Values
      • SingleEpsilon

        public static final float SingleEpsilon
        Single-precision machine roundoff error. This value is actually different from Single.Epsilon.
        See Also:
        Constant Field Values
      • DoubleSmall

        public static final double DoubleSmall
        Double-precision small value.
        See Also:
        Constant Field Values
      • SingleSmall

        public static final float SingleSmall
        Single-precision small value.
        See Also:
        Constant Field Values
      • LogSqrt2PI

        public static final double LogSqrt2PI
        Log of square root of twice number pi: log(sqrt(2*pi).
        See Also:
        Constant Field Values
      • Log2PI

        public static final double Log2PI
        Log of twice number pi: log(2*pi).
        See Also:
        Constant Field Values
      • Sqrt2PI

        public static final double Sqrt2PI
        Square root of twice number pi: sqrt(2*pi).
        See Also:
        Constant Field Values
      • SqrtHalfPI

        public static final double SqrtHalfPI
        Square root of half number pi: sqrt(pi/2).
        See Also:
        Constant Field Values
      • Sqrt2H

        public static final double Sqrt2H
        Half square root of 2: sqrt(2)/2.
        See Also:
        Constant Field Values

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.