English Dictionary
◊ EXCLUSIVE
exclusive
adj 1: not divided or shared with others; "they have exclusive use
of the machine"; "sole rights of publication" [syn: {sole(a)}]
2: excluding much or all; especially all but a particular group
or minority; "exclusive clubs"; "an exclusive restaurants
and shops" [ant: {inclusive}]
3: not divided among or brought to bear on more than one object
or objective; "judging a contest with a single eye"; "a
single devotion to duty"; "undivided affection"; "gained
their exclusive attention" [syn: {single(a)}, {undivided}]
n : a news report that is reported first by one news
organization; "he got a scoop on the bribery of city
officials" [syn: {scoop}]
English Computing Dictionary
◊ DID YOU MEAN INCLUSIVE?
inclusive
In {domain theory}, a {predicate} P : D -> Bool is
inclusive iff
For any {chain} C, a subset of D, and
for all c in C,
P(c) ◦> P(lub C)
In other words, if the predicate holds for all elements of an
increasing sequence then it holds for their {least upper
bound}.
("lub is written in {LaTeX} as {\sqcup}).
(1995-02-03)