Double.MIN_NORMAL

A constant holding the smallest positive normal value of type {@code double}, 2<sup>-1022</sup>. It is equal to the hexadecimal floating-point literal {@code 0x1.0p-1022} and also equal to {@code Double.longBitsToDouble(0x0010000000000000L)}.

class Double
enum double MIN_NORMAL;

Meta