Double.MIN_EXPONENT

Minimum exponent a normalized {@code double} variable may have. It is equal to the value returned by {@code Math.getExponent(Double.MIN_NORMAL)}.

class Double
enum int MIN_EXPONENT;

Meta