Paul Keir wrote:
If I use :info (-) I get information on the binary minus. Is unary minus
also a function?
No, as far as I know the unary minus is part of the number literals. You
can use "negate" if you want it as a function.
Hope this helps,
Martijn.