home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / programm / programi / gcc_9112.lzh / gnulib / muldf3.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-09  |  129 b   |  10 lines

  1. #include "common.h"
  2. #include <inline/mathieeedoubbas.h>
  3.  
  4. double
  5. __muldf3 (a, b)
  6.      double a, b;
  7. {
  8.   return IEEEDPMul (a, b);
  9. }
  10.