|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.UtilsCommonsMath
public final class UtilsCommonsMath
This class contains the different epsilons used for the development
| Field Summary | |
|---|---|
static double |
DOUBLE_COMPARISON_EPSILON
Epsilon used for doubles relative comparison |
static double |
EPSILON
Smallest positive number such that 1 - EPSILON is not numerically equal to 1. |
static double |
GEOMETRY_EPSILON
Epsilon for the geometry aspects. |
static double |
SAFE_MIN
Safe minimum, such that 1 / SAFE_MIN does not overflow. |
| 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 EPSILON
public static final double DOUBLE_COMPARISON_EPSILON
public static final double GEOMETRY_EPSILON
public static final double SAFE_MIN
In IEEE 754 arithmetic, this is also the smallest normalized number 2-1022.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||