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
It simply casts atol() to double, ignoring decimals, exponents, NaNs, infinities, locale, etc.
Impact: silent numerical misparsing; can break configuration parsing, protocols, and file formats.