double ceil

double ceil(double __x)

The ceil() function returns the smallest integral value greater than or equal to __x, expressed as a floating-point number.