Skip to content
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

Name atan2 arguments consistently #8940

Merged
merged 2 commits into from
Nov 8, 2014
Merged

Name atan2 arguments consistently #8940

merged 2 commits into from
Nov 8, 2014

Conversation

gasagna
Copy link
Contributor

@gasagna gasagna commented Nov 8, 2014

Doing methods(atan2) reveals an inconsistency in the names of the arguments x and y. The documentation about atan2 says atan2(y, x), but the names in the functions are inverted.

Doing `methods(atan2)` reveals an inconsistency in the names of the arguments x and y. The documentation about atan2 says `atan2(y, x)`, but the names in the functions are inverted.
ivarne added a commit that referenced this pull request Nov 8, 2014
Name atan2 arguments consistently
@ivarne ivarne merged commit 93303ec into JuliaLang:master Nov 8, 2014
@ivarne
Copy link
Member

ivarne commented Nov 8, 2014

Looks good! Thanks.

I'll backport this to the release-0.3 branch in a few days. @JuliaBackports

@gasagna gasagna deleted the patch-1 branch November 8, 2014 15:13
@tkelman
Copy link
Contributor

tkelman commented Nov 18, 2014

backported in be36f9e, hope you don't mind @ivarne (guess you've been busy?)

@ivarne
Copy link
Member

ivarne commented Nov 18, 2014

Thanks! This is why it is great to have a public TODO list. I didn't think it was that long since last time I went through the list.

@tkelman
Copy link
Contributor

tkelman commented Nov 18, 2014

no, it wasn't, but see issue 9045 - getting close to stable bugfix release time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants