Float.MIN_NORMAL

A constant holding the smallest positive normal value of type {@code float}, 2<sup>-126</sup>. It is equal to the hexadecimal floating-point literal {@code 0x1.0p-126f} and also equal to {@code Float.intBitsToFloat(0x00800000)}.

class Float
enum float MIN_NORMAL;

Meta