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
This is a follow up to #246 . Floats with overflowing mantissa needs to be rounded the proper way.
Relevant code:
sdc/src/source/lexnumeric.d
Lines 17 to 19 in aa64387
See what fast_float does when there are too many digits: https://github.com/fastfloat/fast_float/blob/3a63b00d53549dc5a91aa1960ed81dd5f9dd8161/include/fast_float/ascii_number.h#L229-L245 https://github.com/fastfloat/fast_float/blob/3a63b00d53549dc5a91aa1960ed81dd5f9dd8161/include/fast_float/parse_number.h#L211-L225
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a follow up to #246 . Floats with overflowing mantissa needs to be rounded the proper way.
Relevant code:
sdc/src/source/lexnumeric.d
Lines 17 to 19 in aa64387
See what fast_float does when there are too many digits:
https://github.com/fastfloat/fast_float/blob/3a63b00d53549dc5a91aa1960ed81dd5f9dd8161/include/fast_float/ascii_number.h#L229-L245
https://github.com/fastfloat/fast_float/blob/3a63b00d53549dc5a91aa1960ed81dd5f9dd8161/include/fast_float/parse_number.h#L211-L225
The text was updated successfully, but these errors were encountered: