cppreference.com
>
Standard C Math
>
atan
atan
Syntax:
#include <math.h> double atan( double arg );
The function atan() returns the arc tangent of
arg
.
Related topics:
acos
asin
atan2
cos
cosh
sin
sinh
tan
tanh