#include <math.h>
double floor (double x );
double floor
The floor function computes the largest integral value not greater than x.
The floor function returns the largest integral value not greater than x, expressed as a double.
None