In SQL Server, the T-SQL EXP()
function is a mathematical function that returns the exponential value of the specified float expression.
You specify the float expression as an argument.
The exponent of a number is the constant e raised to the power of the number. The constant e (2.718281…), is the base of natural logarithms.