Y
Hacker News
new
|
ask
|
show
|
jobs
by
FartyMcFarter
123 days ago
Given this possible confusion, is it still valid to say the following two expressions are equivalent as the article does?
f(x) = g(x) + O(1)
f(x) - g(x) = O(1)
1 comments
jibal
123 days ago
f(x) - g(x) ∈ O(1)
link