Y
Hacker News
new
|
ask
|
show
|
jobs
by
extraduder_ire
79 days ago
Where are you getting 23 from? That's only 8-ish million values max.
2 comments
bnjemian
79 days ago
Suspect it's a typo. 33, not 23, gives ~8.6*10^9.
link
rcxdude
78 days ago
D'oh, yeah.
link
emmelaich
78 days ago
Probably used logn not log2.
>>> math.log(8_000_000_000) 22.80270737862625
link