ATAN

Previous  Next

 

arctangent = ATAN( number AS REAL ) AS REAL

 


 

Returns the arctangent of a number

 

Example:

 

PRINT ATAN( 2 )