Function: math-simplify-units
math-simplify-units is an autoloaded and byte-compiled function
defined in calc-units.el.gz.
Signature
(math-simplify-units A)
Aliases
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-units.el.gz
(defun math-simplify-units (a)
(let ((math-simplifying-units t)
(calc-matrix-mode 'scalar))
(math-simplify a)))