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 boolean |
same(double a,
double b) |
public static final double EPSILON
public static final double SQRT_EPSILON
public static final double SQRT_SQRT_EPSILON
http://code.google.com/p/jebl2/