The continued fraction of log(a)/log(b) where a and b are both integers can be calculated "directly" (like a spigot algorithm) without ever having to form a representation (e.g., binary) of log(a) or log(b) or even to have implemented an arbitrary precision logarithm function.
This might be useful for converting blocks of digits from base a to base b.
No comments :
Post a Comment