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 / log10.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-12  |  112 b   |  7 lines

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