ceiling function
[Classification]
Mathematical library
[Syntax]
#include <math.h>
double ceil(double x);
[Return value]
Returns the minimum integer greater than x and x.
[Description]
This function calculates the minimum integer value greater than x and x.