2.1.14 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.
double ceil(double __x)
The ceil() function returns the smallest integral value greater than or equal to __x, expressed as a floating-point number.