cppreference.com > Standard C Math > atan
atan
Syntax:
  #include <math.h>
  double atan( double arg );

The function atan() returns the arc tangent of arg.