Variable: vhdl-math-constants

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

Value

("math_1_over_e" "math_1_over_pi" "math_1_over_sqrt_2" "math_2_pi"
 "math_3_pi_over_2" "math_cbase_1" "math_cbase_j" "math_czero"
 "math_deg_to_rad" "math_e" "math_log10_of_e" "math_log2_of_e"
 "math_log_of_10" "math_log_of_2" "math_pi" "math_pi_over_2"
 "math_pi_over_3" "math_pi_over_4" "math_rad_to_deg" "math_sqrt_2"
 "math_sqrt_pi")

Documentation

List of Math Packages standardized constants.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defconst vhdl-math-constants
  ;; standard: IEEE Std 1076.2-1996
  '(
    "math_1_over_e" "math_1_over_pi" "math_1_over_sqrt_2" "math_2_pi"
    "math_3_pi_over_2" "math_cbase_1" "math_cbase_j" "math_czero"
    "math_deg_to_rad" "math_e" "math_log10_of_e" "math_log2_of_e"
    "math_log_of_10" "math_log_of_2" "math_pi" "math_pi_over_2"
    "math_pi_over_3" "math_pi_over_4" "math_rad_to_deg" "math_sqrt_2"
    "math_sqrt_pi"
    )
  "List of Math Packages standardized constants.")