Variable: calc-display-sci-high

calc-display-sci-high is a variable defined in calc.el.gz.

Value

0

Documentation

Floating-point numbers with this positive exponent or higher above the current precision are displayed in scientific notation in calc-mode.

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defvar calc-display-sci-high 0
  "Floating-point numbers with this positive exponent or higher above the
current precision are displayed in scientific notation in `calc-mode'.")