Function: math-map-over-constants
math-map-over-constants is a byte-compiled function defined in
calc-stuff.el.gz.
Signature
(math-map-over-constants MOC-FUNC EXPR)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-stuff.el.gz
(defun math-map-over-constants (moc-func expr)
(let ((math-moc-func moc-func))
(math-map-over-constants-rec expr)))