Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

logical complement

You are here: irt.org | FOLDOC | logical complement

<logic> In Boolean algebra, the logical complement or negation of a Boolean value is the opposite value, given by the following truth table:

	A | -A
	--+---
	T | F
	F | T

-A is also written as A with a bar over it or with a small vertical line hanging from the right-hand end of the "-" (LaTeX \neg) or as A'. In the C programming language, it is !A and in digital circuit design, /A.

(1995-01-24)

Nearby terms: logical « logical address « Logical Block Addressing « logical complement » Logical Interchange Format » Logical Link Control » Logical Link Control and Adaptation Protocol

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb