LOTUSSCRIPT LANGUAGE


Exp function
Example

Returns the exponential (base e) of a number.

Syntax

Exp ( numExpr )

Elements

numExpr


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.

Language cross-reference

@Exp function in formula language

Example
See Also