Float.MAX_EXPONENT

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

@since 1.6

class Float
enum int MAX_EXPONENT;

Meta