Function: floor*

floor* is a for cl-floor, defined in cl-extra.el.gz.

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

Signature

(floor* X &optional Y)

Documentation

Return a list of the floor of X and the fractional part of X.

With two arguments, return floor and remainder of their quotient.

Aliases

org-floor* (obsolete since 9.0) floor* (obsolete since 27.1)