EXP

Description

EXP returns e raised to the specified power. The constant e is 2.71828182845904 (the base of the natural logarithm).

Syntax

EXP ( number )

 

Parameter

Description

number

Any number as the exponent.

Examples

This function returns 12.18:

EXP(2.5)

This function returns 20.09:

EXP(3)

Value Range

The values for number must be in the following range:

 -708 £ number £ 709

Also, see

LN

LOG