function exp(expression)

exp() returns e^n, where e is the base of the natural logarithm, and n is the value of the argument expression.

Arguments:
expression: A numeric expression.

Example Query:
    RETURN exp(2)