Variable: math-default-units-table

math-default-units-table is a variable defined in calc-units.el.gz.

Value

#s(hash-table test equal)

Documentation

A table storing previously converted units.

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-units.el.gz
(defvar math-default-units-table
  (make-hash-table :test 'equal)
  "A table storing previously converted units.")