uni

Thing1's amazing uni repo
Log | Files | Refs | Submodules

04.02.26.md (181B)


      1 # 02/04/26
      2 
      3 ## signed magnitude
      4 
      5 - signed magnitude means that that the left most bit represents the 
      6 sign of the number, everything else is the same
      7 
      8 - `-0 == 0` is true, ALWAYS
      9 
     10