Returns the inverse tangent of the number n between -90 and 90 degrees.
atan ( n As Number ) As Number
Intent >atan(0) --> 0.0
Intent >atan(1) --> 45.0