logical NOT
RU: логическое НЕ
A boolean operation that takes one input and returns its inverse: NOT 1 = 0, NOT 0 = 1. Also called negation or inversion. In code: ! or not. In hardware it is implemented as an inverter gate.
RU: логическое НЕ
A boolean operation that takes one input and returns its inverse: NOT 1 = 0, NOT 0 = 1. Also called negation or inversion. In code: ! or not. In hardware it is implemented as an inverter gate.