EXP function The EXP function returns e raised to the power of the specified number. EXP functionfunctionsEXP

The specified number is the exponent that you want to raise e to. The specified number must be a DOUBLE PRECISION number.

The constant e is the base of the natural logarithms.

The data type of the returned value is a DOUBLE PRECISION number.

SyntaxEXP ( number )