atan functions
[Syntax]
double atan(double x)
float atanf(float x)
long double atanl(long double x) [V2.01.00 or later]
[Description]
These functions calculate the arc tangent of x.
[Special case]
Condition
Return value
Exception
Underflow occurred
-
ERANGE