Double.MIN_VALUE

A constant holding the smallest positive nonzero value of type {@code double}, 2<sup>-1074</sup>. It is equal to the hexadecimal floating-point literal {@code 0x0.0000000000001P-1022} and also equal to {@code Double.longBitsToDouble(0x1L)}.

class Double
enum double MIN_VALUE;

Meta