We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SNan panics in functions such as signalNaN64 aren't needed due to the fact that the calling function can check if a number is a signalling Nan
signalNaN64
Code becomes a lot simpler once panics are removed and Snan (or original weighted Nans) are returned
The text was updated successfully, but these errors were encountered:
fixed in e7229b3
Sorry, something went wrong.
No branches or pull requests
SNan panics in functions such as
signalNaN64
aren't needed due to the fact that the calling function can check if a number is a signalling NanCode becomes a lot simpler once panics are removed and Snan (or original weighted Nans) are returned
The text was updated successfully, but these errors were encountered: