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
Working on this now, just waiting on #788. Question about the functionality: Should Infinity values return MAX_VALUE /MIN_VALUE or MAX_SAFE_INTEGER/MIN_SAFE_INTEGER? Should all NaN values be converted to the max value, or to 0?
@mellero I'd say that #1454 seems like a dead PR (no response from author), so to unblock this issue feel free to issue another PR for #788 and take a look at my code review comments on current PR #1454
Is your feature request related to a problem? Please describe.
Converts
value
to a finite number.Describe the solution you'd like
Possible implementation:
Describe alternatives you've considered
--
Additional context
Currently blocked by toNumber issue.
The text was updated successfully, but these errors were encountered: