Function: calcFunc-matches

calcFunc-matches is an autoloaded and byte-compiled function defined in calc-rewr.el.gz.

Signature

(calcFunc-matches EXPR PAT)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-rewr.el.gz
(defun calcFunc-matches (expr pat)
  (condition-case err
      (if (math-apply-rewrites expr (math-compile-patterns pat))
	  1
	0)
    (error (math-reject-arg pat (nth 1 err)))))