ceiling

ceiling is a built-in function in `C source code'.

(ceiling ARG &optional DIVISOR)

Return the smallest integer no less than ARG.
This rounds the value towards +inf.
With optional DIVISOR, return the smallest integer no less than ARG/DIVISOR.