Variable: math-normalize-error
math-normalize-error is a variable defined in calc.el.gz.
Value
nil
Documentation
Non-nil if the last call the math-normalize returned an error.
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
;;; Reduce an object to canonical (normalized) form. [O o; Z Z] [Public]
(defvar math-normalize-error nil
"Non-nil if the last call the `math-normalize' returned an error.")