EXP: Returning e Raised to a Power

How to:

The EXP function returns the mathematical constant e raised to a power.


Top of page

x
Syntax: How to Return e Raised to a Power
EXP(arg)

where:

arg

Numeric

Is the value of the power to which to raise the mathematical constant e.



Example: Returning e Raised to a Power

EXP returns the mathematical constant e to a power. This example,

EXP(4)

returns 54.598.


iWay Software