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
generally
Suggestions a) via quadmath_snprintf/strtoflt128
b) via std/boost to_chars/from_chars
regards Gero
The text was updated successfully, but these errors were encountered:
No branches or pull requests
generally
Suggestions
a) via quadmath_snprintf/strtoflt128
b) via std/boost to_chars/from_chars
With boost 1.85 there is boost::charconv, but the functions are incompatible with the standard https://www.boost.org/doc/libs/1_85_0_beta1/libs/charconv/doc/html/charconv.html#to_chars_usage_notes_for_to_chars_for_floating_point_types
Matt unfortunately refuses to implement them in a compatible way :-(
So the NaN cases would have to be handled manually.
regards
Gero
The text was updated successfully, but these errors were encountered: