The ceil Statement
The ceil statement lets you calculate the smallest integral value that is not less than the input (second) argument and store the result in its output (first) argument. The syntax of the ceil statement is shown below.
ceil x, y // store the ceil of y in x