Float.MAX_VALUE

A constant holding the largest positive finite value of type {@code float}, (2-2<sup>-23</sup>)&middot;2<sup>127</sup>. It is equal to the hexadecimal floating-point literal {@code 0x1.fffffeP+127f} and also equal to {@code Float.intBitsToFloat(0x7f7fffff)}.

class Float
enum float MAX_VALUE;

Meta