google / jsonnet

Jsonnet - The data templating language
http://jsonnet.org
Apache License 2.0
6.87k stars 436 forks source link

add atan2 to std #1118

Open sciconf opened 8 months ago

sciconf commented 8 months ago

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 commented 8 months ago

This can go in std.jsonnet presumably?