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?