ByteOnBikes@slrpnk.net to Math MemesEnglish · 8 days agoTime is math I thinkslrpnk.netimagemessage-square231fedilinkarrow-up11.13K
arrow-up11.13KimageTime is math I thinkslrpnk.netByteOnBikes@slrpnk.net to Math MemesEnglish · 8 days agomessage-square231fedilink
minus-squareweker01@sh.itjust.workslinkfedilinkEnglisharrow-up2·edit-27 days agoThere is an old unix calculator program called bc where one can change the input and output base. If you change the input base and then the output base strange things happen as bc interprets the output base number in the input base . ibase=2 obase=10 The output base is now 2 (in base 10)
There is an old unix calculator program called bc where one can change the input and output base.
If you change the input base and then the output base strange things happen as bc interprets the output base number in the input base .
ibase=2 obase=10 The output base is now 2 (in base 10)