#include <math.h> double ceil(double x);
The smallest integer value greater than or equal to x.
ANSI, POSIX
Go to the first, previous, next, last section, table of contents.