Function: math-rwcomp-order

math-rwcomp-order is a byte-compiled function defined in calc-rewr.el.gz.

Signature

(math-rwcomp-order A B)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-rewr.el.gz
(defun math-rwcomp-order (a b)
  (< (math-rwcomp-priority (car a))
     (math-rwcomp-priority (car b))))