Class MathConstants
java.lang.Object
org.episteme.core.mathematics.MathConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RealThe base of natural logarithms (e).static final Quantity<Dimensionless> static final RealEuler's gamma constant (γ).static final Quantity<Dimensionless> static final RealThe golden ratio (φ).static final Quantity<Dimensionless> static final RealHalf times π.static final Quantity<Dimensionless> static final RealNatural logarithm of 10.static final Quantity<Dimensionless> static final RealNatural logarithm of 2.static final Quantity<Dimensionless> static final RealThe number π (pi), the ratio of a circle's circumference to its diameter.static final Quantity<Dimensionless> static final RealSquare root of 2.static final Quantity<Dimensionless> static final RealSquare root of 2π.static final Quantity<Dimensionless> static final RealTwo times π (τ - tau).static final Quantity<Dimensionless> -
Method Summary
-
Field Details
-
PI
The number π (pi), the ratio of a circle's circumference to its diameter. -
PI_QTY
-
TWO_PI
Two times π (τ - tau). -
TWO_PI_QTY
-
HALF_PI
Half times π. -
HALF_PI_QTY
-
E
The base of natural logarithms (e). -
E_QTY
-
SQRT2
Square root of 2. -
SQRT2_QTY
-
SQRT2PI
Square root of 2π. -
SQRT2PI_QTY
-
GAMMA
Euler's gamma constant (γ). -
GAMMA_QTY
-
GOLDEN_RATIO
The golden ratio (φ). -
GOLDEN_RATIO_QTY
-
LOG10
Natural logarithm of 10. -
LOG10_QTY
-
LOG2
Natural logarithm of 2. -
LOG2_QTY
-