com.google.common.truth
Class MathUtil
java.lang.Object
com.google.common.truth.MathUtil
public final class MathUtil
- extends Object
Math utilities to be shared by numeric subjects.
Method Summary |
static boolean |
equals(double left,
double right,
double tolerance)
|
static boolean |
equals(float left,
float right,
float tolerance)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
equals
public static boolean equals(double left,
double right,
double tolerance)
equals
public static boolean equals(float left,
float right,
float tolerance)
Copyright © 2014. All rights reserved.