the
atan
of
factor
atan
(
expression )
Factor and expression yield integer
s, number
s, or complex
es.
put atan(theTangent) into theAngle
The atan
function returns the inverse tangent of its argument.
If the argument is an integer
or a number
, a number
is returned.
If the argument is a complex
, a complex
is returned.