Variable: calc-group-digits
calc-group-digits is a variable defined in calc.el.gz.
Value
nil
Documentation
If non-nil, group digits in large displayed integers by inserting spaces.
If an integer, group that many digits at a time. If t, use 4 for binary and hex, 3 otherwise.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defcalcmodevar calc-group-digits nil
"If non-nil, group digits in large displayed integers by inserting spaces.
If an integer, group that many digits at a time.
If t, use 4 for binary and hex, 3 otherwise.")