Clib.atan2()
syntax: |
Clib.atan2(x, y) |
where: |
x - number to work with, numerator.
y - number to work with, denominator.
|
return: |
number - arc tangent of x/y.
|
description: |
This method returns the arc tangent of x/y, in the range of -pi to +pi radians.
|
see: |
|