Computes the tangent of the specified argument (in radians.)

Format: Tan(exprn)

Arguments:

Return type: float

Error conditions: Returns 'Bottom' if exprn evaluates to 'Bottom'.

Example:

trigger1 = tan(pi/4)
; Sets value to the tangent of pi/4, which is approximately 1.0 (possibly with some rounding error.)