Computes the arctangent (in radians) of the specified argument.
Format: Atan(exprn)
Arguments:
Return type: float
Error conditions: Returns 'Bottom' if exprn evaluates to 'Bottom'.
Example:
value = atan(1)
; Sets value to the arccosine of 1, which is approximately pi/4 (possibly with some rounding error.)