radix change
make-github-pseudonymous-again opened this issue · 2 comments
make-github-pseudonymous-again commented
e.g. bit to digit (log is base 10 log)
N = number of bits
X = number of digits
2^n = 10^x
log(2^n) = x
n * log(2) = x
X = log(2)*n
X = n * ln(2)/ln(10)
make-github-pseudonymous-again commented
see 1d8d802
make-github-pseudonymous-again commented
migrated to arithmetic-operations-for/naturals-big-endian#30