|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.Constant
public class Constant
This class lists the global parameters and constants in this library.
| Field Summary | |
|---|---|
static double |
EPSILON
the default epsilon used in this library |
static double |
EULER_MASCHERONI
the Euler–Mascheroni constant |
static double |
GOLDEN_RATIO
the Golden ratio |
static double |
MACH_EPS
the machine epsilon This is the difference between 1 and the smallest exactly representable number greater than 1. |
static int |
MACH_SCALE
the scale for the machine epsilon |
static double |
PI_SQ
π2 |
static double |
ROOT_2
√2 |
static double |
ROOT_2_PI
√(2π) |
static double |
ROOT_PI
√π |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double MACH_EPS
This is the difference between 1 and the smallest exactly representable number greater than 1.
public static final int MACH_SCALE
public static final double EPSILON
public static final double ROOT_2
public static final double ROOT_2_PI
public static final double ROOT_PI
public static final double PI_SQ
public static final double EULER_MASCHERONI
public static final double GOLDEN_RATIO
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||