this post was submitted on 23 Mar 2025
1077 points (95.3% liked)

Math Memes

1987 readers
130 users here now

Memes related to mathematics.

Rules:
1: Memes must be related to mathematics in some way.
2: No bigotry of any kind.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] weker01@sh.itjust.works 2 points 1 week ago* (last edited 1 week ago)

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)