Double.MAX_VALUE

A constant holding the largest positive finite value of type {@code double}, (2-2<sup>-52</sup>)&middot;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)}.

class Double
enum double MAX_VALUE;

Meta