public class MachineAccuracy extends 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 double |
computeEpsilon()
compute EPSILON from scratch
|
static boolean |
same(double a,
double b) |
Copyright © 2015–2021 Fiji. All rights reserved.