atan2_func (FUN)ΒΆ
FUNCTION atan2_func : LREAL
This function will return the angle \(\varphi\) (azimuth) necessary for changing Cartesian to polar coordinates.
- InOut:
Scope
Name
Type
Comment
Return
atan2_funcLREALThe 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\)