Exp function (LotusScript® Language)

Returns the exponential(base e) of a number.

Syntax

Exp ( numExpr )

Elements

numExpr

Any numeric expression, designating the power to which you wish to raise the value e.

If the value of numExpr exceeds 709.78, LotusScript® returns an overflow error.

Return value

Exp returns the exponential (base e) of numExpr.

The data type of the return value is Double.

Usage

The value of e is approximately 2.71828182845905.

Exp is the inverse function of Log.

Example