Variable: calc-word-size
calc-word-size is a variable defined in calc.el.gz.
Value
32
Documentation
Minimum number of bits per word, if any, for binary operations in calc-mode.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defcalcmodevar calc-word-size 32
"Minimum number of bits per word, if any, for binary operations in calc-mode.")