-
Notifications
You must be signed in to change notification settings - Fork 440
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
Comments
This can go in std.jsonnet presumably? |
CertainLach
added a commit
to CertainLach/jrsonnet
that referenced
this issue
Nov 30, 2023
Fixes: #141 Fixes: google/jsonnet#1118
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
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!
The text was updated successfully, but these errors were encountered: