How would you solve for x in the equation: $$x^{x^x}=2$$ using the Lambert W-Function?
Solve[x^x^x == 2, x]
Solve[x^x^x == 2, x]
and it returned nothing. – Kemono Chen Nov 02 '18 at 02:35