Function: math-reject-solution

math-reject-solution is an autoloaded and byte-compiled function defined in calcalg2.el.gz.

Signature

(math-reject-solution EXPR VAR FUNC)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calcalg2.el.gz
(defun math-reject-solution (expr var func)
  (if (math-expr-contains expr var)
      (or (equal (car calc-next-why) '(* "Unable to find a symbolic solution"))
	  (calc-record-why "*Unable to find a solution")))
  (list func expr var))