Function: calc-algebraic-entry
calc-algebraic-entry is an autoloaded, interactive and byte-compiled
function defined in calc-aent.el.gz.
Signature
(calc-algebraic-entry &optional PREFIX AUTO)
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-aent.el.gz
;;;###autoload
(defun calc-algebraic-entry (&optional prefix auto)
(interactive "P")
(calc-wrapper
(let ((calc-language (if prefix nil calc-language))
(math-expr-opers (if prefix (math-standard-ops) (math-expr-ops))))
(calc-alg-entry (and auto (char-to-string last-command-event))))))