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

Incorrect parameter order for atan2 in Cool #2482

Closed
Audiatorix opened this issue Nov 29, 2018 · 0 comments
Closed

Incorrect parameter order for atan2 in Cool #2482

Audiatorix opened this issue Nov 29, 2018 · 0 comments

Comments

@Audiatorix
Copy link

The problem

The documentation for the atan2 routine (in Cool) has the parameter names swapped.

Suggestions

The signature should be Numeric() $y, Numeric() $x = 1e0 instead of Numeric() $x, Numeric() $y = 1e0.

@JJ JJ closed this as completed in 71179be Nov 30, 2018
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

No branches or pull requests

1 participant