EXP

The EXP function returns e raised to the nth power, where e equals 2.71828183....

Return Value

NUMBER

Syntax

EXP (n)

Parameters

n

The power by which you want to raise e.

Examples

Example 7-80 Raising an Expression to a Power

The following example returns e to the 4th power.

SHOW EXP(4) 

54.59815