TOPICS
Search

Addition


Sum

The combining of two or more quantities using the plus operator. The individual numbers being combined are called addends, and the total is called the sum. The first of several addends, or "the one to which the others are added," is sometimes called the augend. The opposite of addition is subtraction.

While the usual form of adding two n-digit integers (which consists of summing over the columns right to left and "carrying" a 1 to the next column if the sum exceeds 9) requires n operations (plus carries), two n-digit integers can be added in about 2lgn steps by n processors using carry-lookahead addition (McGeoch 1993). Here, lgx is the lg function, the logarithm to the base 2.


See also

Addend, Amenable Number, Augend, Carry, Difference, Division, Multiplication, Plus, Subtraction, Sum

Explore with Wolfram|Alpha

References

McGeoch, C. C. "Parallel Addition." Amer. Math. Monthly 100, 867-871, 1993.

Referenced on Wolfram|Alpha

Addition

Cite this as:

Weisstein, Eric W. "Addition." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/Addition.html

Subject classifications