Catalano.Math
Class Constants
- java.lang.Object
-
- Catalano.Math.Constants
-
public final class Constants extends java.lang.ObjectCommon mathematical constants.
-
-
Field Summary
Fields Modifier and Type Field and Description static doubleComplementaryGoldenRatioComplementary Golden ratio.static doubleDoubleEpsilonDouble-precision machine roundoff error.static doubleDoubleEpsilon2Episilon constant.static doubleDoublePIDouble-PI.static doubleDoubleSmallDouble-precision small value.static doubleEulerGammaEuler-Mascheroni constant.static doubleGoldenRatioGolden ratio constant.static doubleLog2Log of two: log(2).static doubleLog2PILog of twice number pi: log(2*pi).static doubleLog3Log of three: log(3).static doubleLogMaxMaximum log on the machine.static doubleLogMinMinimum log on the machine.static doubleLogPILog of number pi: log(pi).static doubleLogSqrt2PILog of square root of twice number pi: log(sqrt(2*pi).static floatSingleEpsilonSingle-precision machine roundoff error.static floatSingleSmallSingle-precision small value.static doubleSqrt2Square root of 2: sqrt(2).static doubleSqrt2HHalf square root of 2: sqrt(2)/2.static doubleSqrt2PISquare root of twice number pi: sqrt(2*pi).static doubleSqrt3Square root of 3: sqrt(3).static doubleSqrtHalfPISquare root of half number pi: sqrt(pi/2).
-
-
-
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
-
DoublePI
public static final double DoublePI
Double-PI. 2*PI- 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
-
LogMax
public static final double LogMax
Maximum log on the machine.- See Also:
- Constant Field Values
-
LogMin
public static final double LogMin
Minimum log on the machine.- See Also:
- Constant Field Values
-
LogPI
public static final double LogPI
Log of number pi: log(pi).- See Also:
- Constant Field Values
-
Log2
public static final double Log2
Log of two: log(2).- See Also:
- Constant Field Values
-
Log3
public static final double Log3
Log of three: log(3).- 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
-
Sqrt2
public static final double Sqrt2
Square root of 2: sqrt(2).- See Also:
- Constant Field Values
-
Sqrt3
public static final double Sqrt3
Square root of 3: sqrt(3).- 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