Closed
Description
From @icefoxen on March 6, 2018 16:14
It'd be nice to be able to distinguish signaling from non-signaling NaN's in some cases. In particular, writing a WebAssembly interpreter; WebAssembly disallows signaling NaN's, so one needs some way to detect and filter them out. Easy to do with bit masks, but it would be nice to be a little more abstract.
Thank you!
Copied from original issue: rust-num/num#364