Related Topics: | ||
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 a RENO 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 analysis workbooks
Example:
EXP(1) = 2.718282, the approximate value of e.
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.