in reply to Re: root function
in thread root function
It would not be hard to implement, since the n roots of a complex number can be calculated very easily using https://en.wikipedia.org/wiki/De_Moivre%27s_formula: root_n = r(cos(theta + 2pi/n) + i sin(theta + 2pi/n)). Pull requests welcome!
|
|---|