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
Fix some issues with invalid hex-float literals.
When converting `0x` the converter would assert (or access out of
boundary).
With `0x1.p1234556666FFFFF` the converter would overflow and not yield
the correct exponent.