C++ Programming/Code/Standard C Library/Functions/atan
< C++ Programming < Code < Standard C Library < Functionsatan
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].
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.