MIN_BINARY_EXPONENT property

int MIN_BINARY_EXPONENT
final

This value is chosen to be a few powers of 2 less than the number of bits available in the double representation (i.e. 53). This should allow enough extra precision for simple computations to be correct, at least for comparison purposes.

Implementation

static final int MIN_BINARY_EXPONENT = -50;