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

class Float
enum int MAX_EXPONENT;

Meta