Variable: math-default-units-table

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

Value

#s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data
	      ())

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.")