qck.hlp (Table of Contents; Topic list)
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