Package com.google.common.truth
Class MathUtil
java.lang.Object
com.google.common.truth.MathUtil
Math utilities to be shared by numeric subjects.
-
Method Summary
-
Method Details
-
equals
public static boolean equals(double left, double right, double tolerance) -
equals
public static boolean equals(float left, float right, float tolerance)
-