-
Notifications
You must be signed in to change notification settings - Fork 13.8k
more float constants #146934
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
base: master
Are you sure you want to change the base?
more float constants #146934
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you be able to file an ACP for this so the API team discusses it? It's an issue template at https://github.com/rust-lang/libs-team/issues, should be pretty easy.
Done at: rust-lang/libs-team#661 |
d5cad7a
to
4553da4
Compare
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
rename EGAMMA to GAMMA
☔ The latest upstream changes (presumably #147104) made this pull request unmergeable. Please resolve the merge conflicts. |
more float constants: sqrt(5), 1/sqrt(5), ln(3)
rename EGAMMA to GAMMA
Adds constants discussed in #103883
I discuss why I prefer the variable name GAMMA in the issue but if a majority disagrees then I can change it back.