public class IntervalSize
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int |
MIN_BINARY_EXPONENT |
This value is chosen to be a few powers of 2 less than the
number of bits available in the double representation (i.e.
|
Constructor | Description |
---|---|
IntervalSize() |
Modifier and Type | Method | Description |
---|---|---|
static boolean |
isZeroWidth(double min,
double max) |
Computes whether the interval [min, max] is effectively zero width.
|
public static final int MIN_BINARY_EXPONENT
public static boolean isZeroWidth(double min, double max)
Copyright © 2018. All rights reserved.