Function: calc-embedded

calc-embedded is an autoloaded, interactive and byte-compiled function defined in calc.el.gz.

Signature

(calc-embedded ARG &optional END OBEG OEND)

Documentation

Start Calc Embedded mode on the formula surrounding point.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
;;;###autoload
(defun calc-embedded (arg &optional end obeg oend)
  "Start Calc Embedded mode on the formula surrounding point."
  (interactive "P")
  (require 'calc-ext)
  (calc-do-embedded arg end obeg oend))