atan

Description

Returns the arc tangent of number , which must be a number. The results will be an angle expressed in radians in the range of - pi /2 through pi /2

Syntax

atan( number )

Examples
 atan(.38) //returns 0.3631