home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / amiga / libnix-0.7-src.lha / libnix-0.7 / sources / math / trans / ceil.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-12  |  108 b   |  7 lines

  1. #ifdef __GNUC__
  2. #include <inline/mathieeedoubbas.h>
  3. #endif
  4.  
  5. double ceil(double x)
  6. { return IEEEDPCeil(x); }
  7.