LOTUSSCRIPT LANGUAGE
Returns the exponential (base e) of a number.
Syntax
Exp ( numExpr )
Elements
numExpr
If the value of numExpr exceeds 709.78, LotusScript returns an overflow error.
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