given $$\mathop {\lim }\limits_{x \to a} f\left( x \right) = L$$
means by Epsilon Delta definition :
∀ $ε>0$, ∃ $δ>0$ such that $0<|x−a|<δ$ implies $|(f(x)-L|< ε$
my question is about ∀ $ε>0$ , how we can make sure that any picked distance form L will be defined in the range of function ? I looking at ∀ $ε>0$ as "Choose any distance you want from L " and i think this is true for a function with range $\left(-\infty \:,\:\infty \:\right)$.
I mean there is no such a restriction to this in pierce definition or we just assume that $ε$ must be a very small number.
used function : $f(x)=\left\{x>2:2+\frac{2}{\left(x-1\right)^2}\right\}$


Suppose the condition holds when $\epsilon$ is small, say when $\epsilon <r$. Then, for any $\epsilon >0$ take $\epsilon_1 \in (0, \min \{r, \epsilon\})$ and find $\delta$ such that $|f(x)-L| < \epsilon_1$ for $0 <|x-a| <\delta$. This is possible because $\epsilon_1 <r$. But now we also have $|f(x)-L| < \epsilon$. So it is possible to find a $\delta$ for any $ \epsilon >0$. This has nothing to do with the range of $f$.