C++ Programming/Code/Standard C Library/Functions/atan
atan
Syntax |
#include <cmath>
double atan( double arg );
|
The function atan() returns the arc tangent of arg, which will be in the range [-pi/2, +pi/2].
Category:Book:C++ Programming#Code/Standard%20C%20Library/Functions/atan%20