double atan( double x )
double x; /* double value */
Synopsis
#include "math.h"
The atan function returns the value, in radians, of the arc tangent, or tan-1 of x .
Parameters
x may be any value.
Return Value
atan returns a value in the range of (-π/2, π/2).
See Also
tan , atan2
Help URL: http://www.yourdomain.com/help/index.html?idh_silverc_compiler_reference_atan.htm