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
stdlib: Fix fcvtbuf/ecvtbuf to handle inf/nan values
__dtoa returns a magic value in decpt (9999) for inf/nan values which
the fcvtbuf/ecvtbuf wrappers need to check for (as other __dtoa users
already do).
Signed-off-by: Keith Packard <[email protected]>
0 commit comments