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)}.

class Float
enum int MIN_EXPONENT;

Meta