Unary
The following is a list of all the unary operators and their usages:
Unary Operators
Symbol
Example
Explanation
30
31
unary minus
32
33
* one's complement
34
35
* logical negation
36
37
* factorial
(*) Starred explanations indicate that the operator requires an integer argument.
The factorial operator returns a real number to allow a greater range.