Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
FartyMcFarter
55 days ago
|
parent
|
context
|
favorite
| on:
What is f(x) ≤ g(x) + O(1)? Inequalities With Asym...
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)
jibal
55 days ago
[–]
f(x) - g(x) ∈ O(1)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
f(x) = g(x) + O(1)
f(x) - g(x) = O(1)