atan()
Syntax:
#include <math.h> double atan( double arg );
Description:
The function atan() returns the arc tangent of arg.
Related Topics:
asin(), acos(), atan2(), sin(), cos(), tan(), sinh(), cosh(), tanh()
#include <math.h> double atan( double arg );