Limit Calculator
Calculate the limit of a function \( f(x) \) as \( x \) approaches a value \( x_0 \).
Using the numerical approximation:
\[
\lim_{x\to x_0} f(x) \approx \frac{f(x_0-\epsilon) + f(x_0+\epsilon)}{2}
\]
with a small \(\epsilon\) (here, \(\epsilon = 10^{-6}\)).
* Enter the function (in terms of x) and the value \( x_0 \).
Step 1: Enter Function and Limit Point
Example: (x² – 4)/(x – 2)
Example: 2