Function: math-read-maple-dots
math-read-maple-dots is a byte-compiled function defined in
calc-lang.el.gz.
Signature
(math-read-maple-dots X OP)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-lang.el.gz
(defun math-read-maple-dots (x op)
(list 'intv 3 x (math-read-expr-level (nth 3 op))))