Class NumberUtil


  • public class NumberUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NumberUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean equalsWithTolerance​(double x1, double x2, double tolerance)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NumberUtil

        public NumberUtil()
    • Method Detail

      • equalsWithTolerance

        public static boolean equalsWithTolerance​(double x1,
                                                  double x2,
                                                  double tolerance)