Function: calc-store-power

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

Signature

(calc-store-power &optional VAR)

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-store.el.gz
(defun calc-store-power (&optional var)
  (interactive)
  (calc-store-binary var "^" '^))