grain icon indicating copy to clipboard operation
grain copied to clipboard

[Stdlib] Add constants for positive/negative Infinity, NaN to Float32/64, Pervasives (for Number)

Open ospencer opened this issue 3 years ago • 1 comments

This will need to be done via primitives or foreign wasm, since we don't have syntax for Infinity or NaN.

ospencer avatar Oct 03 '20 19:10 ospencer

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 avatar Aug 05 '22 02:08 ospencer

@ospencer are all of these completed now?

phated avatar Jan 22 '23 04:01 phated

Yes!

ospencer avatar Jan 25 '23 01:01 ospencer