|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.MathConstants
public final class MathConstants
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 2 . |
static double |
TWO_PI
Two times . |
| Constructor Summary | |
|---|---|
MathConstants()
|
|
| 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 SQRT2
public static final double TWO_PI
.
public static final double SQRT2PI
.
public static final double GAMMA
public static final double GOLDEN_RATIO
public static final double LOG10
| Constructor Detail |
|---|
public MathConstants()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||