singleoperator
Singleoperator is a term occasionally used in technical writing to denote an operator that takes exactly one operand. In most contexts, the more common term is unary operator. The concept of arity distinguishes unary (one input) from binary (two inputs) and higher-arity operators.
In programming languages, unary operators perform simple operations on a single expression. Examples include arithmetic negation
Unary operators often have higher precedence than most binary operators, and when multiple unary operators appear
In mathematics, unary operators are endomaps or functions that take a single input, such as the negation
See also unary operator, operator arity, and function or endomorphism concepts for related material.