Function: Math-integer-neg
Math-integer-neg is a byte-compiled function defined in
calc-macs.el.gz.
Signature
(Math-integer-neg A)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-macs.el.gz
;;; Compute the negative of A. [O O; o o] [Public]
(defsubst Math-integer-neg (a)
(- a))