Float.MIN_VALUE

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

class Float
enum float MIN_VALUE;

Meta