WolframAlpha generates the following graphic for $f_{(x)} = x^x$:
$f_{(x)} = x^x$
Can anyone explain me why this graphic looks like above? I mean why the real part for negative, non-integer, but rational numbers looks like that?for $0^0$?
To clarify my question:
We know that:
$$a^{m/n} = sqrt(a^m, n)$$
So, for example:
$${-1.1}^{-1.1} = 1 / {sqrt({-1.1}^{11}, 10)}$$ that is a complex number, not a real one

By definition $x^x = \exp(x \log(x))$. Presumably Mathematica is using the principal branch of the logarithm. Then for $x < 0$, $\log(x) = \log(|x|) + i \pi$, and so $x^x = \exp(x \log |x|) (\cos(\pi x) + i \sin(\pi x))$.