atan2(y, x)This calls Python's built-in math.atan2 function, which computes the arc tangent of $frac{y}{x}$ between $-\pi$ and $\pi$.
|
|
If one of the arguments is a Macaulay2 object, then it is first converted to a Python object before computing the arc tangent.
|
|
The source of this document is in Python/doc/trig.m2:109:0.