atan()

Synopsis

Returns the inverse tangent of the number n between -90 and 90 degrees.

Syntax

atan ( n As Number ) As Number
Argument Type Description
n Number A number between -90 and 90 degrees

Example 1

Intent >atan(0) 
--> 0.0

Example 2

Intent >atan(1)
--> 45.0