I always use the Newton-Raphson Method if I want to find the roots of any equation as follow $$x_{1}=x_{0}-\frac{y_{0}}{y'_{0}}$$
But I don't know how to use this method if the equation takes the following form $$x^{x^{x^{x^{.^{.^{.}}}}}}-a=0$$
where $a=$ positive number
I know some solved cases when $a=2$ so that the $x=\sqrt 2$
Now I want to find the solution when $a=e$