#include < math.h>
double floor (double x);
float floorf(float x);
floor() calculates the largest integral number not larger than x.
The largest integral number not larger than x.
ceil() and ceilf() and
modf() and modff()