2.7.4.1 ceil

Declaration:

double ceil(double x);Returns the smallest integer value greater than or equal to x.

Range:

There is no range limit on the argument or return value.