Exponentiation is hellofalot different. You have the relationship eix = cos(x) + isin(x) if x is a real number (This is seen from the Taylor series of the three functions if you know what those are, otherwise just accept it on faith). Notice the RHS of that equation is periodic. So you get that exponentiation is not 1-1, and often isn't even single valued. If you have a, b complex numbers, we define
a^b:= e^{bln(a)}
where the natural log of a complex number is defined by its polar coordinates, as if a has polar coordinates (r,\theta) (notice that this isn't unique, you can choose (r,\theta + 2\pi instead for example) then
a=re^{i\theta}
So
ln(a) = ln(r) + i\theta (this is one of those multivalued functions)
Going back to the original point
a^b = e^{bln(a)} = e^{b(ln|a| + iarg(a)} which can be calculated by multiplying the real and complex parts of b and ln(a), and then using the identity for eix above.
The effect of this (and you can investigate this yourself) is that while ab is single valued when be is an integer , if b isn't it becomes multivalued. Similar to how square root returns two values, a positive and a negative one, over the real numbers, taking a cube root returns three values, a fourth root returns four values, etc. Taking irrational roots will return infinite values