Function: math-sqr-float
math-sqr-float is an autoloaded and byte-compiled function defined in
calc-arith.el.gz.
Signature
(math-sqr-float A)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-arith.el.gz
(defun math-sqr-float (a) ; [F F]
(math-make-float (math-mul (nth 1 a) (nth 1 a))
(+ (nth 2 a) (nth 2 a))))