Variable: calc-symbolic-mode
calc-symbolic-mode is a variable defined in calc.el.gz.
Value
nil
Documentation
If non-nil, inexact numeric computations like sqrt(2) are postponed.
If nil, computations on numbers always yield numbers where possible.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defcalcmodevar calc-symbolic-mode nil
"If non-nil, inexact numeric computations like sqrt(2) are postponed.
If nil, computations on numbers always yield numbers where possible.")