#include <math.h>
double ceil(double x);
float ceilf(float x);
ceil() returns the smallest integral number larger than x.
floor() and floorf() and
fmod() and fmodf()