EXP(


General Form:

     EXP(numeric_expression)


The EXP( function returns the value of the mathematical constant e raised to the power of the numeric expression. EXP( is valid wherever a numeric function is legal.

Syntax examples:

Test = EXP(.723)
Junk = 17+EXP(ABS(Temporary))