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)
Compliance
Clipper
Platforms
All
Files
Library is rtl
Seealso
LOG()
Pingback: Harbour All Functions – E | Viva Clipper !
Pingback: Harbour Math Functions | Viva Clipper !
Pingback: Harbour RG Summary | Viva Clipper !