v1.2.112 -
kfun
- atan2
NAME
atan2
- compute arc tangent of two variables
SYNOPSIS
float atan2(float y, float x)
DESCRIPTION
Return the arc tangent of y/x, using the signs of the arguments to determine the quadrant of the result.
SEE ALSO
kfun/atan