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

Open
sciconf opened this issue Nov 26, 2023 · 1 comment · May be fixed by #1119
Open

add atan2 to std #1118

sciconf opened this issue Nov 26, 2023 · 1 comment · May be fixed by #1119

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
Member

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
@CertainLach CertainLach linked a pull request Nov 30, 2023 that will close this issue
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.

2 participants