EXP()
Calculates the value of e raised to the passed power.
- Syntax
-
- EXP( <nNumber> ) --> <nValue>
- Arguments
-
- <nNumber> Any real number.
- Returns
-
- <nValue> The anti-logarithm of <nNumber>
- Description
-
- This function returns the value of e raised to the power of <nNumber>. It is the inverse of LOG().
Examples
? EXP(45)
- Status
- Ready
- Compliance
-
- This function is CA-Clipper compliant.
- Platforms
-
- All
- Files
-
- Library is rtl
- See Also