Navigation: Function Reference > General Utility Functions > arctan()

arctan()

Top  Previous  Next

arctan( number: Extended ) : Extended;

 

Returns the arctangent of number in radians.

 

Parameters

 

number

floating point numeric value

 

floatValue := arcTan( pi()/2 );

 

See also:

 

degToRad()

radToDeg()