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).


Variable Index

 o GAMMA
Euler's gamma constant.
 o SQRT2
Square root of 2.
 o TWO_PI
Two times Pi.

Variables

 o SQRT2
 public static final double SQRT2
Square root of 2.

 o TWO_PI
 public static final double TWO_PI
Two times Pi.

 o GAMMA
 public static final double GAMMA
Euler's gamma constant.


All Packages  Class Hierarchy  This Package  Previous  Next  Index