Function: math-to-standard-units

math-to-standard-units is an autoloaded and byte-compiled function defined in calc-units.el.gz.

Signature

(math-to-standard-units EXPR WHICH-STANDARD)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-units.el.gz
(defun math-to-standard-units (expr which-standard)
  (let ((math-which-standard which-standard))
    (math-to-standard-rec expr)))