cl-floor
cl-floor is an autoloaded compiled Lisp function in `cl-extra.el
'.
(cl-floor X &optional Y)
Return a list of the floor of X and the fractional part of X.
With two arguments, return floor and remainder of their quotient.
cl-extra.el
'.
(cl-floor X &optional Y)
Return a list of the floor of X and the fractional part of X.
With two arguments, return floor and remainder of their quotient.