Function: math-neg-float
math-neg-float is an autoloaded and byte-compiled function defined in
calc-arith.el.gz.
Signature
(math-neg-float A)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-arith.el.gz
(defun math-neg-float (a)
(list 'float (Math-integer-neg (nth 1 a)) (nth 2 a)))