Function: ceiling*
ceiling* is a function alias for cl-ceiling, defined in
cl-extra.el.gz.
This function is obsolete since 27.1; use cl-ceiling instead.
Signature
(ceiling* X &optional Y)
Documentation
Return a list of the ceiling of X and the fractional part of X.
With two arguments, return ceiling and remainder of their quotient.
Aliases
ceiling* (obsolete since 27.1)