- #1
- 179
- 0
for example:
f(x) = x^(x^x)
Firstly, is there already an inverse of this function that can be expressed in functions that exist?
And if there isn't, how would I go about computing it in code? Is there a better way than trial and error?
f(x) = x^(x^x)
Firstly, is there already an inverse of this function that can be expressed in functions that exist?
And if there isn't, how would I go about computing it in code? Is there a better way than trial and error?