ceil function — Computes ceiling
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.
ceil
x
floor function