bricked@feddit.org to Programmer Humor@programming.dev · 12 hours agoDon't grow older than 255 or else it will overflowfeddit.orgimagemessage-square45fedilinkarrow-up1527arrow-down13
arrow-up1524arrow-down1imageDon't grow older than 255 or else it will overflowfeddit.orgbricked@feddit.org to Programmer Humor@programming.dev · 12 hours agomessage-square45fedilink
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up8·11 hours agoIt’s not. Numbers are arranged (both binary and base 10) with the most significant digit on the left. Whether you read the number from left to right or right to left is irrelevant and you can choose whichever one you want. But it is completely consistent with base 10 (normal numbers).
It’s not. Numbers are arranged (both binary and base 10) with the most significant digit on the left.
Whether you read the number from left to right or right to left is irrelevant and you can choose whichever one you want.
But it is completely consistent with base 10 (normal numbers).