MSSQLNumeric FunctionsEXP
SQUARE

EXPNumeric Functions

LOG

Returns e raised to the power of n.

Syntax

EXP(n)

Example

Enter values below to update the example in real time.

euler
SELECT EXP(1) AS euler;