Package com.google.common.truth
Class MathUtil
- java.lang.Object
-
- com.google.common.truth.MathUtil
-
public final class MathUtil extends java.lang.Object
Math utilities to be shared by numeric subjects.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MathUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
equals(double left, double right, double tolerance)
static boolean
equals(float left, float right, float tolerance)
-