grain
grain copied to clipboard
[Stdlib] Add constants for positive/negative Infinity, NaN to Float32/64, Pervasives (for Number)
This will need to be done via primitives or foreign wasm
, since we don't have syntax for Infinity
or NaN
.
We have constants for these for Float32/64 but not for Number. I think I rather have syntax than add constants to Number
/Pervasives
.
@ospencer are all of these completed now?
Yes!