Menu

EXP

Description

Returns e raised to the power of the argument number. The constant e is equal to 2.718281828459, the base of natural logarithms.

Examples

EXP(1) = 2.718281828459

EXP(-3) = 0.049787068367864

EXP(NAN) = NAN

EXP(INF) = INF

EXP(-INF) = 0

On this page