Float.MIN_EXPONENT

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

@since 1.6

class Float
enum int MIN_EXPONENT;

Meta