EXP

This function determines e (the base of natural logarithms) raised to a power.

EXP(Value)


PARAMETERS

Value

Any numeric value

Example:
Display the EXP of the value contained in the textbox with TAG name of EXPRESSION.

MESSAGE(exp(~Expression~)//"TEST")