All Packages Class Hierarchy This Package Previous Next Index
Interface JSci.maths.NumericalConstants
- public interface NumericalConstants
A collection of useful numbers (stored to maximum precision).
-
GAMMA
- Euler's gamma constant.
-
SQRT2
- Square root of 2.
-
TWO_PI
- Two times Pi.
SQRT2
public static final double SQRT2
- Square root of 2.
TWO_PI
public static final double TWO_PI
- Two times Pi.
GAMMA
public static final double GAMMA
- Euler's gamma constant.
All Packages Class Hierarchy This Package Previous Next Index