1.
1.
[syn: linear, additive]
2. characterized or produced by addition;
- Example: "an additive process"
The Collaborative International Dictionary of English v.0.48:
Additive \Ad"di*tive\, a. [L. additivus.] (Math.)
Proper to be added; positive; -- opposed to subtractive.
[1913 Webster]
WordNet (r) 3.0 (2006):
additive
adj 1: designating or involving an equation whose terms are of
the first degree [syn: linear, additive] [ant:
nonlinear]
2: characterized or produced by addition; "an additive process"
[ant: subtractive]
n 1: something added to enhance food or gasoline or paint or
medicine
The Free On-line Dictionary of Computing (19 January 2023):
additive
A function f : X -> Y is additive if
for all Z <= X
f (lub Z) = lub f z : z in Z
(f "preserves lubs"). All additive functions defined over
cpos are continuous.
("<=" is written in LaTeX as \subseteq, "lub" as \sqcup ).
(1995-02-03)