NAME
floor —
largest integral value not greater than
x
SYNOPSIS
#include
<math.h>
double
floor(double
x);
DESCRIPTION
Thefloor()
function computes the largest integral value not greater than
x.
RETURN VALUES
The floor() function returns the largest
integral value expressed as a double.
SEE ALSO
STANDARDS
The floor() function conforms to
ANSI X3.159-1989
(“ANSI C89”).