Unary

унарный, одноместный об операции, имеющей один аргумент Синоним(ы): monadic

Англо-русский словарь компьютерных терминов

Unary

одинарный, унарный; однокомпонентный

Англо-русский научно-технический словарь

Unary

adjective Etymology: Latin unus one + English -ary having, consisting of, or acting on a single element, item, or component; monadic

Merriam-Webster's Collegiate Dictionary

Unary

1. (or "monadic") A description of a function or operator which takes one argument, e.g. the unary minus operator which negates its argument. The term is part of the same sequence as nullary and binary. 2. Base one. A number base with only one digit, namely zero, and which can therefore only be used to express the number zero. Attempting to add one to zero results in an infinite sequence of carries. Numbers in unary notation can be represented particularly efficiently however since each digit requires no storage.

Free Online Dictionary of Computing