qc.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
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The exp function returns the exponential function of its floating-
     point argument <x>.
 
     The expl function uses an 80-bit long double form of arguments
     and return values. In all other respects, it is identical to the
     regular function.
 
     Return Value
 
     These functions return e^x. The functions return HUGE_VAL on
     overflow and set errno to ERANGE; on underflow, they return 0 but
     do not set errno.
                                    -♦-