ceil functions
[Syntax]
double ceil(double x)
float ceilf(float x)
long double ceill(long double x) [V2.01.00 or later]
[Description]
These functions calculate the smallest integer value that is not less than x.