We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
rounded down
is sometimes used to describe rounding towards zero, and sometimes to describe rounding towards negative infinity. For example, Java uses java.math.RoundingMode.DOWN to describe rounding towards zero.
It is intuitively clear to the committee and to implementers that this should mirror the semantics of the "arithmetic right shift" instruction (which rounds towards negative infinity), but the wording is not so clear.
rounded towards negative infinity
is unambiguous. The wording is also quite popular, e.g. the Wikipedia article on rounding uses it.
Sorry, something went wrong.
more precise wording for arithmetic shift rounding
fc56808
I've noticed this needs a fixed commit message when merging.
Thanks for raising this, but I think this should be treated as a library issue, and not editorially. Could you please file one?
@tkoeppe, why would this be a library issue? It's certainly affecting CWG wording.
@eisenwave , if you want your real name to appear in the core issue, please either change your github settings or send it to me via e-mail.
CWG2724
Successfully merging this pull request may close these issues.