jsonnet icon indicating copy to clipboard operation
jsonnet copied to clipboard

add atan2 to std

Open sciconf opened this issue 1 year ago • 1 comments

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!

sciconf avatar Nov 26 '23 16:11 sciconf

This can go in std.jsonnet presumably?

sparkprime avatar Nov 27 '23 13:11 sparkprime