FORMULA LANGUAGE
Calculates the number e (approximately 2.718282) raised to the specified power (this value can contain up to 14 decimal places).
Syntax
@Exp( power )
Parameters
power
resultString
If the parameter is a list, the function operates on each element of the list, and the return value is a list with the same number of elements.
Natural logs use the constant e as their base. Use @Exp in formulas requiring exponential functions.
Language cross-reference
Exp function of LotusScript language
Example See Also