Calculates the floor (largest integer that is less than or equal to a value) of a double value.
#include <math.h> double floor (double x);
x
The floor result.
ceil, fmod