What are urinary operators?

Answer:
I suppose you wanted to ask about unary operators.
Unary operators accept one operand, in oppose to binary operators, which accept two.
Examples to unary operators are:
f(x) = -x
f(x)= abs(x)
f(x) = sin(x)
Contributor: Naama
First answer by Naama. Last edit by Naama. Contributor trust: 14 [recommend contributor recommended]. Question popularity: 1 [recommend question].