Hacker News new | ask | show | jobs
by thaumasiotes 462 days ago
> and you can do a binary->decimal conversion without relying on previous results which is a log(n) operation, ie one operation per decimal digit

Aren't those operations divisions? One division would usually be considered more than one operation.