-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
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
Not a Number - values #282
Comments
They're not omitted for any reason. I'd certainly consider such a PR.
…On Mon, Nov 15, 2021, 5:00 AM Wouter ***@***.***> wrote:
Is a pull request extending the library with better NaN
(numeric_limts::quiet/signaling)_NaN / :::infinity ) support considered, or
are they omitted with reason? Additionally, an extension of std::isnan
might be desirable.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#282>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOYOH6DM24IYSRVLZYBNQTUMDK2XANCNFSM5IBILRQA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Adding the numeric_limit functions it quite easy, spent quite some time trying to extend std::isnan, but im quite new to SFINAE / meta. I feel like it should be something like:
any ideas? |
added NAN support in 3.0. Consider backporting to 2.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is a pull request extending the library with better NaN (numeric_limts::quiet/signaling)_NaN / :::infinity ) support considered, or are they omitted with reason? Additionally, if possible an extension of std::isnan might also be desirable.
The text was updated successfully, but these errors were encountered: