public class MachineAccuracy
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static double |
EPSILON |
machine accuracy constant
|
static double |
SQRT_EPSILON |
|
static double |
SQRT_SQRT_EPSILON |
Constructor | Description |
---|---|
MachineAccuracy() |
Modifier and Type | Method | Description |
---|---|---|
static double |
computeEpsilon() |
compute EPSILON from scratch
|
static boolean |
same(double a,
double b) |