cl-truncate

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

(cl-truncate X &optional Y)

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