Function: math-map-tree

math-map-tree is a byte-compiled function defined in calc-ext.el.gz.

Signature

(math-map-tree FUNC MMT-EXPR &optional MANY)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-ext.el.gz
(defun math-map-tree (func mmt-expr &optional many)
  (let ((math-mt-func func)
        (math-mt-many (or many 1000000)))
    (math-map-tree-rec mmt-expr)))