EXP Returns a float, which is the exponential of the float value passed in as a parameter : EXP « Math Functions « SQL Server / T-SQL Tutorial






4> SELECT EXP(4)
5> GO

------------------------
      54.598150033144236

(1 rows affected)








11.9.EXP
11.9.1.EXP Returns a float, which is the exponential of the float value passed in as a parameter