fizzy icon indicating copy to clipboard operation
fizzy copied to clipboard

Consider implementing a 'strict/"most determinstic" floating point' mode

Open axic opened this issue 4 years ago • 1 comments

This would mean to return the canonical NaN (which is subset of the arithmetic NaNs) in every case where the spec allows for non-canonical NaNs.

axic avatar Aug 14 '20 19:08 axic

Precise: return positive canonical NaN.

chfast avatar Aug 17 '20 09:08 chfast