exp (<num>)
numeric
The exponential function of a number, i.e. e raised to a power.
<num>The power parameter.
The following returns the value of e ** 5.
numeric e5 = exp(5)
Functions:
log (numeric)