Function: math-sqr

math-sqr is an autoloaded and byte-compiled function defined in calc-arith.el.gz.

Signature

(math-sqr A)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-arith.el.gz
(defsubst math-sqr (a)
  (math-mul a a))