From the Wikipedia page, dirac delta function is described such as:
Description 1: "whose value is zero everywhere except at zero" or
if you scroll down a little bit more, you will find:
Description 2:
$ \delta(x)= \begin{cases} 0&x \neq 0\\ \infty&x=0 \end{cases} $
While reading this, it made me believe that such function(even though it's not a function), its value is only at origin and anywhere else, it's $0$. This is what the above says.
Then, It also shows one of the family of function that "successfully" mimics the behaviour:
$\displaystyle\delta_b(x) = \lim_{b \to 0} \frac{1}{|b| \sqrt{\pi}} e^{-(\frac{x}{b})^2}$
Question: note that the following function doesn't correctly obey the description 1 or either description 2. If you calculate $\delta_b(x)$ at any $x>0.0000001$, it's zero, but just use $x=0.00000001$(extra zero), and the limit returns $\infty$. So we just found $x$ that is not $0$, but for which $\delta$ is not $0$. Could you explain which description is correct or what's going on ? I'm not good at math, so would appreciate the clear/easy explanation.