|
|
|
|
|
by throwaway9870
989 days ago
|
|
I don't understand. There are 7 suffixes, can't you pick the right one with binary search? That would be 3 comparisons. Or just do it the dumb way and have 6 comparisons. How are two log() calls, one pow() call and ceil() better than just doing it the dumb way? The bug being described is a perfect example of trying to be too clever. |
|
Notably, it's still slightly better than the first code example in the original article, as it takes the rounding bug into account.