home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / ansi / math / log10.txh < prev    next >
Encoding:
Text File  |  1995-07-10  |  253 b   |  15 lines

  1. @c ----------------------------------------------------------------------
  2. @node log10, math
  3. @subheading Syntax
  4.  
  5. @example
  6. #include <math.h>
  7.  
  8. double log10(double x);
  9. @end example
  10.  
  11. @subheading Return Value
  12.  
  13. The logarithm base 10 of @var{x}.
  14.  
  15.