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