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
wherever scratch uses Cast.toNumber, NaNs are converted to 0 to avoid NaN propagation. Hyperquark should adhere to this too.
e.g. ((1 / 0) - (1 / 0)) + 11) should equal 11, not NaN.
The text was updated successfully, but these errors were encountered:
wherever scratch uses Cast.toNumber, NaNs are converted to 0 to avoid NaN propagation. Hyperquark should adhere to this too.
e.g.
((1 / 0) - (1 / 0)) + 11)
should equal 11, not NaN.The text was updated successfully, but these errors were encountered: