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

add atan2 to std #1118

Closed
sciconf opened this issue Nov 26, 2023 · 2 comments
Closed

add atan2 to std #1118

sciconf opened this issue Nov 26, 2023 · 2 comments

Comments

@sciconf
Copy link

sciconf commented Nov 26, 2023

It would be great to add atan2 to std. atan2 is super useful for converting from rectangular to polar coordinates.

It can be written in jsonnet itself, but, it's so simple and ubiquitous that it just seems better to add it with all the other trig functions in std. Thanks!

@sparkprime
Copy link
Contributor

This can go in std.jsonnet presumably?

CertainLach added a commit to CertainLach/jrsonnet that referenced this issue Nov 30, 2023
CertainLach added a commit to CertainLach/jsonnet that referenced this issue Nov 30, 2023
CertainLach added a commit to CertainLach/jsonnet that referenced this issue Nov 30, 2023
@johnbartholomew
Copy link
Collaborator

Implemented by #1187 - this should be included in the next release.

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 a pull request may close this issue.

3 participants