Calucates the derivative of a polynomial.
p = polynForRoots([-1,1]); dp = polynDiff(p); dp.polynEval(#[-1,1])