polynRoots(q)

Calculates roots of a polynomial.

qPolynomial to be solved.
return valueSolutions.

p = polynForRoots([-1,1,42,93,827]) polynRoots(p)