Package wsh.util
Class MathPlus
- java.lang.Object
-
- wsh.util.MathPlus
-
public class MathPlus extends java.lang.Object
Constants required by a test. See the JTK for the full class.
-
-
Field Summary
Fields Modifier and Type Field Description static double
DBL_EPSILON
The smallest double value e such that (1+e) does not equal 1.static float
FLT_EPSILON
The smallest float value e such that (1+e) does not equal 1.
-
Constructor Summary
Constructors Constructor Description MathPlus()
-
-
-
Field Detail
-
FLT_EPSILON
public static final float FLT_EPSILON
The smallest float value e such that (1+e) does not equal 1.- See Also:
- Constant Field Values
-
DBL_EPSILON
public static final double DBL_EPSILON
The smallest double value e such that (1+e) does not equal 1.- See Also:
- Constant Field Values
-
-