elves / elvish

Powerful scripting language & versatile interactive shell
https://elv.sh/
BSD 2-Clause "Simplified" License
5.52k stars 296 forks source link

Add atan2 to the math module #1773

Closed hanche closed 3 months ago

hanche commented 3 months ago

What new feature should Elvish have?

The math module lacks the atan2 function.

Adding it ought to be trivial: It's already in the standard go library, as function Atan2.

This function is indispensable for any calculation moving back and forth between cartesian and polar coordinates. Every kitchen should have one!

Output of "elvish -version"

0.21.0-dev.0.20240226173318-9d2c6d921718

Code of Conduct