neg
builtin-function
(neg number)
Returns the negative of a number.
make-html > (neg 5) it: -5 make-html > (neg #c(2 3)) it: #c(-2 -3)