Function: math-poly-depends
math-poly-depends is an autoloaded and byte-compiled function defined
in calc-alg.el.gz.
Signature
(math-poly-depends EXPR VAR)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-alg.el.gz
(defun math-poly-depends (expr var)
(if math-poly-base-variable
(math-expr-contains expr math-poly-base-variable)
(math-expr-depends expr var)))