There actually exists an infinite number of solutions to that problem.
When raising a real number to a complex value, we compute as follows:
a^z = e ^ ln(a)*z.
Where e ^ ln(a) = a, and z is a given complex number. In otherwords, when we raise a number "a"," to a complex power "z", the...