exp() Function

Function

exp( power )

Returns e raised to the specified power.

Parameters

Keyword Type Description

power

Number(Decimal)

The power to raise e to.

Returns

Decimal

Examples

exp(2) returns 7.389056

Open in Github Built: Wed, Aug 16, 2023 (04:37:39 PM)

On This Page

FEEDBACK