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
Please could we have the following primitives available for Float. I think they can all be implemented in terms of the other primitives but they would be nice to have explicitly. The particular problem I am trying to solve is writing a JSON encoding for Float (ideally without going via a string). I had a go at adding these but I couldn't get the bootstrapping to work.
Please could we have the following primitives available for
Float
. I think they can all be implemented in terms of the other primitives but they would be nice to have explicitly. The particular problem I am trying to solve is writing a JSON encoding forFloat
(ideally without going via a string). I had a go at adding these but I couldn't get the bootstrapping to work.isinf
isnan
isfinite
frexp
Float
in a platform-safe way.The text was updated successfully, but these errors were encountered: