Short question:
What is the name of the number closest but not equal to zero?
Long question:
Some programmers were discussing about the smallest number close to zero, which is Math.Epsilon or Math.MinValue depending on the programming language. It's value is limited by the definition of the IEEE float or double number format.
The discussion arose whether there is a similar number in Mathematics. We came up with the following idea of its value:
$$0.\overline{0}1$$
Is there a name of that number, the closest number to zero, not equal to zero?
This number is known as an infinitesimal. In modern analysis it doesn't exist as part of the real numbers, but in the days of Newton and Leibniz it was used quite often. Note, however, that the concept of "the closest number to zero" is internally inconsistent, because then $\frac12x=x$, so $2x=x$, and that violates the rule that if $0<a$ then $a<a+a$.
In the mid-19th century it was shown that calculus can be based on finitary means which does not require infinitesimals, but in the mid-20th century it was shown that calculus can be constructed in such way where infinitesimals exist. However this will not add a lot of new theorems to calculus, because what is provable with infinitesimals will be provable without it; and it will cause the field of numbers that we get with infinitesimals not to be Dedekind-complete, which is a very nice property that we use often.
The field where infinitesimals are used is called non-standard analysis, and it uses fields of numbers called hyperreal numbers (but also others).