public class MachineAccuracy
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static double |
EPSILON
machine accuracy constant
|
static double |
SQRT_EPSILON |
static double |
SQRT_SQRT_EPSILON |
| Constructor and Description |
|---|
MachineAccuracy() |
| Modifier and Type | Method and 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/