qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
EXP, LOG Functions
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Returns e raised to a specified power, where e is the base of natural
 logarithms (EXP), or returns the natural logarithm of a numeric expression
 (LOG).
 
    EXP(numeric-expression)
    LOG(numeric-expression)
 
    ■ numeric-expression     For EXP, an expression less than or equal to
                             88.02969 (single-precision values) or
                             709.782712893 (double-precision values; for LOG,
                             any valid expression
 
 See Also
    Deriving Trigonometric Functions