home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man3 / abs.3 < prev    next >
Encoding:
Text File  |  1975-06-26  |  248 b   |  23 lines

  1. .th ABS III 2/9/75
  2. .sh NAME
  3. abs, fabs \*- absolute value
  4. .sh SYNOPSIS
  5. .ft B
  6. abs(i)
  7. .br
  8. int i;
  9. .s3
  10. double fabs(x)
  11. .br
  12. double x;
  13. .ft R
  14. .s3
  15. .sh DESCRIPTION
  16. .it Abs
  17. returns
  18. the absolute value of its integer operand;
  19. .it fabs
  20. is the
  21. .it double
  22. version.
  23.