public class MathUtils
extends java.lang.Object
| Constructor and Description |
|---|
MathUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equalsWithinRecSumErr(double actual,
double expected,
int n,
double absum) |
static int |
log2(int n)
Fast calculation of log base 2 for integers.
|
static int |
log2(long n) |