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
I think it may be helpful to include similar language in the float module as is present in the tour regarding infinities and nan.
The tour has this:
Under the JavaScript runtime, exceeding the maximum (or minimum) representable value for a floating point value will result in Infinity (or -Infinity). Should you try to divide two infinities you will get NaN as a result.
Something like that would probably be good to have in the float module as well. I'm not sure if there should be suggestions on how to handle these values, since the float module doesn't provide functions for dealing with them.
The text was updated successfully, but these errors were encountered:
mooreryan
changed the title
Potential additions to float module
Potential additions to float module docs
Dec 29, 2024
I think it may be helpful to include similar language in the float module as is present in the tour regarding infinities and nan.
The tour has this:
Something like that would probably be good to have in the float module as well. I'm not sure if there should be suggestions on how to handle these values, since the float module doesn't provide functions for dealing with them.
The text was updated successfully, but these errors were encountered: