Function: math-compose-maple-intv

math-compose-maple-intv is a byte-compiled function defined in calc-lang.el.gz.

Signature

(math-compose-maple-intv A)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-lang.el.gz
(defun math-compose-maple-intv (a)
  (list 'horiz
        (math-compose-expr (nth 2 a) 0)
        " .. "
        (math-compose-expr (nth 3 a) 0)))