fossilesqueM to Science MemesEnglish · 6 个月前10001external-linkmessage-square59fedilinkarrow-up1717arrow-down17
arrow-up1710arrow-down1external-link10001fossilesqueM to Science MemesEnglish · 6 个月前message-square59fedilink
minus-squaretetris11@lemmy.mllinkfedilinkEnglisharrow-up13·edit-26 个月前Twos complement (invert the bits then add one), so its -15 days. Otherwise 00000 and 10000 would paradoxically both equal 0 and make bitwise equality checks very difficult.
-1 days? (or 17, without the overflow)
Twos complement (invert the bits then add one), so its -15 days.
Otherwise 00000 and 10000 would paradoxically both equal 0 and make bitwise equality checks very difficult.
Good point!