Name

atan function — Computes inverse tangent

Synopsis

float atan(float x)
double atan(double x)
long double atan(long double x)

The atan function returns the inverse tangent of its argument. The return value is in the range [-π/2, π/2].