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))
math-sqrmath-sqr is an autoloaded and byte-compiled function defined in
calc-arith.el.gz.
(math-sqr A)
;; Defined in /usr/src/emacs/lisp/calc/calc-arith.el.gz
(defsubst math-sqr (a)
(math-mul a a))