#include <math.h>
double atan(double x);
atan returns the principal value, in radians, of the inverse circular tangent of x. The principal value lies in the interval [-½π, +½π] radians.
atan conforms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).