SilverScreen Solid Modeler

atan

atan

Previous topic Next topic  

atan

Previous topic Next topic JavaScript is required for the print function  

StandardCLibrary

 

double atan( double x )

 

double x;    /* double value */

 

 

 




Synopsis

#include "math.h"

 

The atan function returns the value, in radians, of the arc tangent, or tan-1 of x .

 

 

Parameters

x may be any value.

 

 

Return Value

atan returns a value in the range of (-π/2, π/2).

 

 

See Also

tan , atan2