Y
Hacker News
new
|
ask
|
show
|
jobs
by
okintheory
1522 days ago
It's little-oh, not Big-Oh (o(1) is not O(1)). Instead $f(n) = o(1)$ means $\lim_{n \to infty f(n)} = 0$. So $m^{1+o(1)}$ is smaller than $m^1.00001$ for large enough m.
1 comments
SeanLuke
1522 days ago
Got it. I had missed the little-o.
link