#include <math.h> double floor(double x);
The largest integer value less than or equal to x.
ANSI, POSIX
Go to the first, previous, next, last section, table of contents.