Function: org-floor*
org-floor* is a function alias for cl-floor, defined in
cl-extra.el.gz.
This function is obsolete since 9.0; use cl-floor instead.
Signature
(org-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)