Synopsis
#include <math.h>
double floor(double x);
Description
Rounds x downward, returning the largest integral value that is not greater than x.
#include <math.h>
double floor(double x);
Rounds x downward, returning the largest integral value that is not greater than x.