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

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