I am trying to invert (or to estimate the inverse of) $$y=\frac{1-e^{-x}}{x}$$ for $y\in(0,1)$. The function 'looks' monotonically decreasing between $x=0$ and $x=\infty$, but I have not been able to show this.
I have been able to compute the inverse function numerically, but I am wondering if there is an analytical solution or approximation that would help speed things up.
Mathematica tells me that the inverse is $$x=\frac{1+y\cdot\text{ProductLog}[-e^{-1/y}/y]}{y}$$ where $\text{ProductLog}[z]$ is the solution to $z=we^w$. I have tried re-arranging the latter expression but I cannot arrive at the original function. Plotting the latter function on $y\in(0,1)$, it looks plausible, but I don't want to use this formula without understanding where it comes from.
Can anyone show me how to invert the original function or help me estimate the inverse to some degree of precision?
![Plot of y=(1-Exp[-x])/x against x](https://i.stack.imgur.com/uE2LY.png)

Derivation to obtain the Lambert $W$ function : \begin{align} y&=\frac{1-e^{-x}}x\\ x&=\frac{1-e^{-x}}y\\ x\,e^x&=\frac{e^{x}-1}y\\ \left(x-\frac 1y\right)\,e^x&=-\frac 1y\\ \left(x-\frac 1y\right)\,e^{\large{x-\frac 1y}}&=-\frac {\large{e^{-\frac 1y}}}y\\ x-\frac 1y&=W\left(-\frac {\large{e^{-\frac 1y}}}y\right)\\ \end{align} and the wished formula : $\quad\boxed{\displaystyle x=\frac 1y+W\left(-\frac {\large{e^{-\frac 1y}}}y\right)}$
At this point (as indicated by robjohn) we may use the fact that $\;y\in(0,1)\;$ and observe that the parameter of the Lambert-$W$ function $\,-\dfrac 1y\;e^{-\large{\frac 1y}}\;$ will belong to $\;\left(-\dfrac 1e,\;0\right)$.
The implications are :