The exp() function returns the exponential of a numeric expression, that is, base e, which is 2.718281828 rounded to precision to the power of the numeric expression.
exp(num.exp)
num.exp | Value of the expression in the range {+/-}140737488355327*(10(-p)), where p is the precision. |
This function is the inverse of the ln() (natural logarithm) function.
print exp(5) 148.4132