- #1
Avichal
- 295
- 0
I'm a bit confused with limits of big-O terms. What should be the answer for following:-
1) limit of O(1/x) as x->0. O(1) maybe but I'm not sure.
2) limit of O(x) as x-> 0. O(1) or 0?
1) limit of O(1/x) as x->0. O(1) maybe but I'm not sure.
2) limit of O(x) as x-> 0. O(1) or 0?