atan2 (FUN)ΒΆ
FUNCTION atan2 : LREAL
This function will return the angle \(\varphi\) (azimuth) necessary for changing Cartesian to polar coordinates.
- InOut:
Scope
Name
Type
Comment
Return
atan2LREALThe angle \(\varphi \in \left(-\pi, \pi \right]\), whose sine and cosine correspond to the input values.
Input
lrSinusLREALSine of angle \(\varphi\)
lrCosinusLREALCosine of angle \(\varphi\)