Variable: vhdl-math-types

vhdl-math-types is a variable defined in vhdl-mode.el.gz.

Value

("complex" "complex_polar" "positive_real" "principal_value")

Documentation

List of Math Packages standardized types.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defconst vhdl-math-types
  '(
    "complex" "complex_polar" "positive_real" "principal_value"
    )
  "List of Math Packages standardized types.")