notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

OnesComplement.md (308B)


      1 
      2 Self Study
      3 
      4 **Definition:** One's complement is an implementation of signed values such that a 1 in the MSB position indicates the number is negative.
      5 
      6 This is not used today because it required extra computation for mathematical operations, and it has both a positive and a negative zero which is a waste.