Function: math-add-abs
math-add-abs is a byte-compiled function defined in calc-vec.el.gz.
Signature
(math-add-abs A B)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-vec.el.gz
(defun math-add-abs (a b)
(math-add (math-abs a) (math-abs b)))