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