I've not come across tiny-tim's notion of things converging at different rates, but it strikes me that the OP might need some more info about real numbers to see where the idea comes from.
So, what are the real numbers? That's a surprisingly difficult question to give a proper answer to - we all know what they ought to be, but that's not the same thing.
One way to define the real numbers is via sequences of rational numbers.
Consider the sequence of rational numbers
3, 3.1, 3.14, 3.141, 3.1415, 3.14159, ...
this converges to pi (if carried on correctly). This is not rational. Thus taking limits of rational numbers leads to numbers that are not rational.
We can define the reals as the set of all limits of all rational sequences. To do this properly we take the space of ALL Cauchy* sequences of rational numbers. We declare that two sequences {x_n}, {y_n} are equivalent if {x_n-y_n} converges to zero. This is an equivalence relation, and divides the space of all sequences up into disjoint sets - sequences that are equivalent to each other.
We can freely add these equivalence classes by adding sequences and so on. But to make things nice and to see that these are the real numbers we need to choose a representative of each equivalence class. Normally we choose the sequence of increasing decimal approximations, i.e. the decimal expansion of the number, to be the canonical number that represents the class. There are other choices - it is better to think of the sequence x_n=1/3 for all n as representing one third than 0.333... and we would prefer to write 1/3 for this equivalence class. I mentioned continued fractions before - they often are nicer than decimal expansions for numbers that are roots of polynomials: sqrt(2) and phi (golden ratio) have nice continued fraction representations.Tiny-tim's notion says that you can refine the idea of when two sequences converge to 'the same thing', but this is definitely leading out of the realm of ordinary calculus.* Don't worry about the word Cauchy: it is a way of saying 'sequences that converge but where we don't know what they converge to necessarily'. Normally we say something like x_n converges to x if ... but here we're attempting to define the set of x's that are limits so I cannot use x in the definition like that.