Name

ceil function — Computes ceiling

Synopsis

float ceil(float x)
double ceil(double x)
long double ceil(long double x)

The ceil function returns the smallest integer that is greater than or equal to x.