Two's complement: Difference between revisions

Content added Content deleted
(Created page with "{{task|Basic language learning}} Category:Simple wp:Two's_complement Two's complement is an important concept in representing negative numbers. To turn a positive int...")
 
m (fixed wiki tag)
Line 2: Line 2:
[[Category:Simple]]
[[Category:Simple]]


[[wp:Two's_complement Two's complement]] is an important concept in representing negative numbers. To turn a positive integer negative, flip the bits and add one.
[[wp:Two's_complement|Two's complement]] is an important concept in representing negative numbers. To turn a positive integer negative, flip the bits and add one.


;Task
;Task