com.lgc.wsh.util
Class MathPlus

java.lang.Object
  extended by com.lgc.wsh.util.MathPlus

public class MathPlus
extends java.lang.Object

Constants required by a test. See the JTK for the full class.


Field Summary
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
MathPlus()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

MathPlus

public MathPlus()