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

  1. .th FLOOR III 5/15/74
  2. .sh NAME
  3. floor, ceil \*- floor and ceiling functions
  4. .sh SYNOPSIS
  5. .br
  6. .ft B
  7. double floor(x)
  8. .br
  9. double x;
  10. .s3
  11. double ceil(x)
  12. .br
  13. double x;
  14. .ft R
  15. .sh DESCRIPTION
  16. The floor function returns the
  17. largest integer (as a double precision number)
  18. not greater than \fBx\fR.
  19. .s3
  20. The ceil function returns the
  21. smallest integer
  22. not less than \fBx\fR.
  23. .sh BUGS
  24.