cl-ceiling

cl-ceiling is an autoloaded compiled Lisp function in `cl-extra.el'.

(cl-ceiling X &optional Y)

Return a list of the ceiling of X and the fractional part of X.
With two arguments, return ceiling and remainder of their quotient.