Calculates the exponential value of x.
Syntax:
EXP(x)
Parameters:
x: a numeric value
Returns:
Number, the exponential function ex of the function's argument.
Example:
EXP(5) returns e5
See also:
LOG
The Online and Rich Client Samples projects (program NM04 and RNM04)