Calculates the value that results from raising a constant to the specified power, and returns the exponential value of the specified value.
exp(approx_numeric)
select exp(3)
-------------------- 20.085537
See also Transact-SQL Users Guide.
ANSI SQL – Compliance level: Transact-SQL extension.
Any user can execute exp.