atan functions


[Syntax]

double atan(double x)

float atanf(float x)

[Description]

These functions calculate the arc tangent of x.

 

[Special case]

Condition

Return value

Exception

Underflow occurred

-

ERANGE