I am trying to understand the words asymptotic and asymptotically. In other words, what do we really mean by a growth rate f(x) being asymptotically greater than, less than, greater than or equal to, less than or equal to g(x) what does asymptotically really mean? I am not looking for a rehash of the question: "What is big O, big Theta and big Omega notation?"; just the meaning of the words asymptotic and asymptotically in this context.
Example:
"f(x) = O(g(x)) (big-oh) means that the growth rate of f(x) is asymptotically less than or equal to the growth rate of g(x)."
The above was taken from this Stack Overflow page: What is the difference between Θ(n) and O(n)?