Function: math-decompose-unit-part

math-decompose-unit-part is a byte-compiled function defined in calc-units.el.gz.

Signature

(math-decompose-unit-part UNIT)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-units.el.gz
(defun math-decompose-unit-part (unit)
  (cons unit
	(math-is-multiple (math-simplify-units (math-to-standard-units
						unit nil))
			  t)))