Function: calc-auto-algebraic-entry

calc-auto-algebraic-entry is an autoloaded, interactive and byte-compiled function defined in calc-aent.el.gz.

Signature

(calc-auto-algebraic-entry &optional PREFIX)

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-aent.el.gz
;;;; Reading an expression in algebraic form.

;;;###autoload
(defun calc-auto-algebraic-entry (&optional prefix)
  (interactive "P")
  (calc-algebraic-entry prefix t))