Function: math-sort-intv
math-sort-intv is an autoloaded and byte-compiled function defined in
calc-forms.el.gz.
Signature
(math-sort-intv MASK LO HI)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-forms.el.gz
(defun math-sort-intv (mask lo hi)
(if (Math-lessp hi lo)
(math-make-intv (aref [0 2 1 3] mask) hi lo)
(math-make-intv mask lo hi)))