Variable: calculator-number-digits

calculator-number-digits is a customizable variable defined in calculator.el.gz.

Value

3

Documentation

The calculator's number of digits used for standard display.

Used by the calculator-standard-display function - it will use the format string "%.NC" where this number is N and C is a character given at runtime.

Source Code

;; Defined in /usr/src/emacs/lisp/calculator.el.gz
(defcustom calculator-number-digits 3
  "The calculator's number of digits used for standard display.
Used by the `calculator-standard-display' function - it will use the
format string \"%.NC\" where this number is N and C is a character given
at runtime."
  :type  'integer)