qb45advr.hlp (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 Function Details
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
EXP Function Details
 
Syntax
  EXP(numeric-expression)
 
The EXP function returns e (the base of natural logarithms) to the
power of x. The exponent x must be less than or equal to 88.02969. A
value of x greater than 88.02969 produces an  Overflow error message.
 
The calculation of EXP is performed in single precision by default;
if the argument x is double precision, EXP is calculated in double
precision.