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
As a user I need to detect NaNs ind +/-infinite Numbers.
I think it needs to be done with functions similar to numberUtils.isNaN and isFinite already present in the runtime. These functions are only for WASM primitives and not exposed.
Should this be part of the Number module currently in the making (#687)?
The text was updated successfully, but these errors were encountered:
As a user I need to detect NaNs ind +/-infinite Numbers.
I think it needs to be done with functions similar to numberUtils.isNaN and isFinite already present in the runtime. These functions are only for WASM primitives and not exposed.
Should this be part of the Number module currently in the making (#687)?
The text was updated successfully, but these errors were encountered: