Entry tags:
All your base are 10.
"Every base is base 10."
$ bc -ql
obase=4
4
10
bc is a calculator program. Default input and output bases are 10. If you set the output base to 4, and type 4 (input base 10), you get 10 (base 4).
In its own base, all bases are base 10.
Thanks to
feng_huang for the link.
I hate puns. I am feeling very uncharacteristically conflicted.
$ bc -ql
obase=4
4
10
bc is a calculator program. Default input and output bases are 10. If you set the output base to 4, and type 4 (input base 10), you get 10 (base 4).
In its own base, all bases are base 10.
Thanks to
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
I hate puns. I am feeling very uncharacteristically conflicted.