Unsigned Two’s complement

Home > Mathematics > Number systems > Unsigned Numbers > Unsigned Two’s complement

This number system is commonly used in digital systems and is used to represent unsigned integers with a maximum value of 2^(n-1)-1 and a minimum value of -2^(n-1).