tan(<Operand>)
Tan operator.
An expression that evaluates to a number.
variable tVar as Number put the tan(pi) into tVar -- tVar contains 0
variable tVar as Number put the tangent of pi /4 into tVar -- tVar contains approximately 1