cl-round
cl-round is an autoloaded compiled Lisp function in `cl-extra.el
'.
(cl-round X &optional Y)
Return a list of X rounded to the nearest integer and the remainder.
With two arguments, return rounding and remainder of their quotient.
cl-extra.el
'.
(cl-round X &optional Y)
Return a list of X rounded to the nearest integer and the remainder.
With two arguments, return rounding and remainder of their quotient.