Variable: math-units-table
math-units-table is a variable defined in calc-units.el.gz.
Value
nil
Documentation
Internal units table.
Derived from math-standard-units and math-additional-units.
Entries are (SYMBOL EXPR DOC-STRING TEMP-TYPE BASE-UNITS).
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-units.el.gz
(defvar math-units-table nil
"Internal units table.
Derived from `math-standard-units' and `math-additional-units'.
Entries are (SYMBOL EXPR DOC-STRING TEMP-TYPE BASE-UNITS).")