exp(<Operand>)
Exponentiation operator.
An expression that evaluates to a number.
variable tVar as Number put the exp(ln(100)) into tVar -- tVar contains approximately 100
e to the power of Operand