I stumbled upon an equation that goes like: $$e^{\pi x} - \frac{x}{k} = -1$$
I learnt that Lambert function is useful when dealing with such equations where it can take the form $f(x) = xe^x$. So, the equation essentially becomes: $$ x = \frac{1}{\pi} \ln\Big(\frac{x}{k} - 1\Big)$$
Is there any way that I can make $\ln\Big(\frac{x}{k} - 1\Big)$ as some $e^{f(x)}$ so that I can use the Lambert function?
Any other way of solving the equation is always welcomed :) Thanks.