base conversion on the command line:
$ echo "ibase=10;obase=16;15" | bc
F
where in this case we want to know what base 10 15 is in base 16
« lists | Main | British Sea Power »
base conversion on the command line:
$ echo "ibase=10;obase=16;15" | bc
F
where in this case we want to know what base 10 15 is in base 16
This page contains a single entry from the blog
The previous post in this blog was lists.
The next post in this blog is British Sea Power.
Many more can be found on the main index page or by looking through the archives.