Arbitrary place digits viewer of log(2) in base hex written in Rust.
$ log2hex
0: b172 17f7 d1cf 79ab c9e3 b398 03f2 f6af
$ log2hex 4
4: 17f7 d1cf 79ab c9e3 b398 03f2 f6af 40f3
$ log2hex 8
8: d1cf 79ab c9e3 b398 03f2 f6af 40f3 4326
$ log2hex 128
128: 3e96 ca16 224a e8c5 1acb da11 317c 387e
$ log2hex 65536
65536: 2a18 16db 29dc edb7 5c69 e5fa 7af5 9d9f
$ log2hex 1000000
1000000: 1848 9a94 06ec 9f80 4d3f 0ae1 af64 e6d5
brew install itchyny/tap/log2hex
git clone https://github.com/itchyny/log2hex
cd log2hex
cargo install --path .
itchyny (https://github.com/itchyny)
This software is released under the MIT License, see LICENSE.