A constant holding the largest positive finite value of type
{@code float}, (2-2<sup>-23</sup>)·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)}.
A constant holding the largest positive finite value of type {@code float}, (2-2<sup>-23</sup>)·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)}.