Declaration:
float atan(float x);
Description
The atan function calculates the arc tangent of the floating-point number x. The function returns value in the range from -PI/2 to PI/2.
Returned value
The atan function returns the arc tangent of argument x.
|