Returns a value in the range -/2 to /2, which is the arc tangent of its radian argument.
#include <math.h> double atan (double x);