Avoid overflowing parseFloat()'s internal 'value'
If more than 309 digits are provided to Stream::parseFloat() (more than 39 on AVR), the internal variable 'value' would overflow to infinity. We avoid this by not storing the parsed number as an integer-in-a-float.
E
Edgar Bonet committed
61975114e344a74bba4aa643fd6dd246175fde98
Parent: 91c5e29