You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments