2^31 as a float: 2.14748365E+09
2^31 as bytes: { 0, 0, 0, 79 }
The next highest float is: 2.1474839E+09
The next highest float as bytes: { 1, 0, 0, 79 }
2.14748365E+09 + 127 = 2.1474839E+09
2.14748365E+09 + 128 = 2.1474839E+09
(2.14748365E+09 + 127) == (2.14748365E+09 + 128) = True