Returns (as a double) the smallest integer that is greater than or equal to its argument.
#include <math.h> double ceil (double x);