Package de.intarsys.tools.math
Class MathTools
java.lang.Object
de.intarsys.tools.math.MathTools
Tool class for math related functions
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
equalsNearly
(double a, double b, double range) static boolean
equalsNearly
(float a, float b, float range)
-
Method Details
-
equalsNearly
public static boolean equalsNearly(double a, double b, double range) -
equalsNearly
public static boolean equalsNearly(float a, float b, float range)
-