A constant holding the largest positive finite value of type
{@code double},
(2-2<sup>-52</sup>)·2<sup>1023</sup>. It is equal to
the hexadecimal floating-point literal
{@code 0x1.fffffffffffffP+1023} and also equal to
{@code Double.longBitsToDouble(0x7fefffffffffffffL)}.
A constant holding the largest positive finite value of type {@code double}, (2-2<sup>-52</sup>)·2<sup>1023</sup>. It is equal to the hexadecimal floating-point literal {@code 0x1.fffffffffffffP+1023} and also equal to {@code Double.longBitsToDouble(0x7fefffffffffffffL)}.