I've seen the example of solving quadratic equation. [a^x^x + b^x +c = 0].
from http://www.cplusplus.com/forum/general/36313/.
It work on real solution.
is it possible to calculate the imaginary solution ? I mean is it possible to calculate squared root of (-(b-4ac)). I don't talk to use sqrt() function, But any way.