7.12.4.3 The atan functions
Synopsis
#include <math.h>
double atan(double x);
float atanf(float x);
long double atanl(long double x);
Description
The atan functions compute the principal value of the arc tangent of x.
Returns
The atan functions return arctan x in the interval [-pi /2, +pi /2] radians.