Basically, is there a formula for $\sqrt[i]{z}$.
I was thinking about complex numbers and trying to come up with formulas like $log_i(x)$ and $x^i$. I then thought about this:
$$\sqrt[i]{z} = f(z)$$
So I started trying. We know that $x^i = \cos(\ln(x))+i\sin(\ln(x))$, from Euler's formula. I then tried to reverse it:
$$\ln(x) \to e^x$$ $$\cos(x) \to \arccos(x)$$ $$...e^{\arccos(x)}$$
But, obviously, it will give you the wrong answer for $i\sin(\ln x)$.
I'm also unsure if $\arccos$ is even defined for values > 1.