JSci.maths
Interface NumericalConstants

All Known Subinterfaces:
AstronomicalConstants, PhysicalConstants
All Known Implementing Classes:
Cosine, Daubechies2, Daubechies3, Daubechies4, Daubechies5, Daubechies6, Daubechies7, Daubechies8, FourierMath, FWTCoef, FWTPacketCoef, MultiSplineHaar, NormalDistribution, Signal, Sine, SpecialMath

public interface NumericalConstants

A collection of useful numbers (stored to maximum precision).


Field Summary
static double GAMMA
          Euler's gamma constant.
static double GOLDEN_RATIO
          Golden ratio.
static double LOG10
          Natural logarithm of 10.
static double SQRT2
          Square root of 2.
static double SQRT2PI
          Square root of 2pi.
static double TWO_PI
          Two times pi.
 

Field Detail

SQRT2

public static final double SQRT2
Square root of 2.

See Also:
Constant Field Values

TWO_PI

public static final double TWO_PI
Two times pi.

See Also:
Constant Field Values
PlanetMath references:
Pi

SQRT2PI

public static final double SQRT2PI
Square root of 2pi.

See Also:
Constant Field Values

LOG10

public static final double LOG10
Natural logarithm of 10.

See Also:
Constant Field Values

GAMMA

public static final double GAMMA
Euler's gamma constant.

See Also:
Constant Field Values
PlanetMath references:
EulersConstant

GOLDEN_RATIO

public static final double GOLDEN_RATIO
Golden ratio.

See Also:
Constant Field Values
PlanetMath references:
GoldenRatio