Package wsh.util

Class 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()  
    • 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()