exp

Calculates the result of raising the natural base 'e' to the exponent specified.

Function

result = exp(exponent)

Arguments

ArgumentData Type
exponentnumeric
resultdecimal

Comments

Raises the constant 'e' to the exponent specified. That is, the inverse of the natural logarithm.

Examples

result = exp(2) /* result = 7.3890... */