atan(<Operand>)
Arctan operator.
An expression that evaluates to a number.
variable tVar as Number put atan(-1) into tVar -- tVar contains -pi / 4
variable tVar as Number put the arctangent of 1 into tVar -- tVar contains pi / 4
The inverse of the tan operator.