atanf
#include <math.h> float atanf( float arg ); The function atan() returns the arc tangent of arg, which will be in the range [-pi/2, +pi/2]. Related topics: cosf sinf tanf
float atanf( float arg ); The function atan() returns the arc tangent of arg, which will be in the range [-pi/2, +pi/2]. Related topics: cosf sinf tanf
float atanf( float arg );
The function atan() returns the arc tangent of arg, which will be
in the range [-pi/2, +pi/2].