Exp(Numeric number)

Returns e raised to the power of the given number.

Parameters

number
The exponent applied to the base e.

Returns

Numeric

Remarks

The constant e equals 2.71828182845904, which is the base of the natural logarithm.

Examples