EXP

EXP(arg1) → { number | string | boolean }

Returns e raised to the power of a given number.

Parameters:

Name Type Description
arg1 number

Is the exponent applied to the base e. The constant e equals 2.71828182845904, the base of the natural logarithm.

Returns:

Type
number | string | boolean