public final class BoundNumbers
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static double |
TOO_BIG
Too big of a number.
|
static double |
TOO_SMALL
Too small of a number.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
bound(double d)
Bound the number so that it does not become too big or too small.
|
public static final double TOO_SMALL
public static final double TOO_BIG