Function: truncate*

truncate* is a function alias for cl-truncate, defined in cl-extra.el.gz.

This function is obsolete since 27.1; use cl-truncate instead.

Signature

(truncate* X &optional Y)

Documentation

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.

Aliases

truncate* (obsolete since 27.1)