Number System and Numeric Complements
Number System and Numeric Complements
SYSTEM AND
NUMERIC
COMPLEMENTS
Jamel D. Pandiin – ACLC_OLC
Introduction
◦ In mathematics and computing, the method of complements is a technique to encode a symmetric range of positive and
negative integers in a way that they can use the same algorithm (hardware) for addition throughout the whole range. For a
given number of places half of the possible representations of numbers encode the positive numbers, the other half represents
their respective additive inverses. The pairs of mutually additive inverse numbers are called complements. Thus subtraction of
any number is implemented by adding its complement. Changing the sign of any number is encoded by generating its
complement, which can be done by a very simple and efficient algorithm.