Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

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: LOG()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson