Iterated Log Coding
21–30 of 40 posts
Re: Iterated Log Coding
#22Re: Iterated Log Coding
#23Re: Iterated Log Coding
#24Nice and elegant! Surprising it was not discovered earlier (unless it was and we're unaware of it).
Re: Iterated Log Coding
#25Re: Iterated Log Coding
#26How feasible is it to do arithmetic directly in this representation?
Re: Iterated Log Coding
#27It's a neat encoding but the writeup is needlessly confusing. The introduction would really benefit from a graph or two. Or even just a textual sequence showing how the value evolves as you iterate on it. Similarly, while the end result is quite elegant the consequences of the choices made to get there aren't really explained. It's quite a bit of extra effort to reason out what would have happened if things had been…
Re: Iterated Log Coding
#28Isn't this just a variant of Dirac's solution for representing any number using sqrt, log, and the number 2?
Re: Iterated Log Coding
#29Re: Iterated Log Coding
#30Isn't this just a variant of Dirac's solution for representing any number using sqrt, log, and the number 2?
It is not. (There are no square roots, for instance.)