|
atan2Arc tangent of two variables Description
float atan2(float
$y , float $x )
This function calculates the arc tangent of the two variables
The function returns the result in radians, which is between -PI and PI (inclusive). Parameters
Return Values
The arc tangent of See Also
|