Unary Operators
Description
Examples
The unary operators in Maple are:
+
unary plus (prefix)
-
unary minus (prefix)
!
factorial (postfix)
not
logical not (prefix)
.
decimal point (prefix or postfix)
$
sequence operator (prefix)
&name
neutral operator (prefix)
Most unary operators can be made to apply element-wise by appending a tilde (~). See operator[elementwise] for details.
See Also
index[expression]
neutral
operators[binary]
operators[elementwise]
operators[nullary]
operators[precedence]
Download Help Document