EXP
Description: Returns e raised to the power of a given number. The constant e equals 2.71828182845904, the base of the natural logarithm.
Syntax: EXP(Number)
- Number is the exponent applied to the base e.
Remarks:
- EXP is the inverse of LN, the natural logarithm of Number.
- When used in an event analysis flowchart, Number must evaluate to a numerical value. It can include:
-
Numerical values
-
Standard operands (+, -, *, /)
-
Predefined mathematical functions (exp, log, sin, etc.)
-
References to any ReliaSoft Workbooks
Example:
- EXP(1) = 2.718282, the approximate value of e.