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 a long decimal is passed in, javascript already uses Exponential Form. We are getting NAN when passing in: "-0.00000000000000000000003" which is then automatically converted to -3e-23 by javaScript. There is no check before trying to create the exponentialForm on line 219.
The text was updated successfully, but these errors were encountered:
If a long decimal is passed in, javascript already uses Exponential Form. We are getting NAN when passing in: "-0.00000000000000000000003" which is then automatically converted to -3e-23 by javaScript. There is no check before trying to create the exponentialForm on line 219.
The text was updated successfully, but these errors were encountered: