JSci.maths
Interface NumericalConstants

All Known Subinterfaces:
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).

Version:
1.0
Author:
Mark Hale

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

Field Detail

SQRT2

static final double SQRT2
Square root of 2.

See Also:
Constant Field Values

TWO_PI

static final double TWO_PI
Two times pi.

See Also:
Constant Field Values

SQRT2PI

static final double SQRT2PI
Square root of 2pi.

See Also:
Constant Field Values

GAMMA

static final double GAMMA
Euler's gamma constant.

See Also:
Constant Field Values

GOLDEN_RATIO

static final double GOLDEN_RATIO
Golden ratio.

See Also:
Constant Field Values