public class IntervalSize extends Object
Modifier and Type | Field and 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 and Description |
---|
IntervalSize() |
Modifier and Type | Method and 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
Copyright © 2024. All rights reserved.