Variable: calculator-remove-zeros

calculator-remove-zeros is a customizable variable defined in calculator.el.gz.

Value

t

Documentation

Non-nil value means delete all redundant zero decimal digits.

If this value is not t and not nil, redundant zeros are removed except for one. Used by the calculator-remove-zeros(var)/calculator-remove-zeros(fun) function.

Source Code

;; Defined in /usr/src/emacs/lisp/calculator.el.gz
(defcustom calculator-remove-zeros t
  "Non-nil value means delete all redundant zero decimal digits.
If this value is not t and not nil, redundant zeros are removed except
for one.
Used by the `calculator-remove-zeros' function."
  :type  '(choice (const t) (const leave-decimal) (const nil)))