Is there a traditional notation or name of this function:
$$ \epsilon (x) = \begin{cases} 0 & \textrm{ if }x = 0 \\ 1 & \textrm{ if }x \neq 0 \end{cases} $$
I know one can use Indicator function $1_{A}(x)$ for $A = \mathbb{R} - \{0\}$, but I still want to know if there is a traditional, simpler, notation for it.
In the Iverson bracket notation you could write $$\epsilon(x)=[x\ne0].$$