Function: math-simplify-extended
math-simplify-extended is an autoloaded and byte-compiled function
defined in calc-alg.el.gz.
Signature
(math-simplify-extended A)
Aliases
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-alg.el.gz
(defsubst math-simplify-extended (a)
(let ((math-living-dangerously t))
(math-simplify a)))