Polynomial Root Solver

Does anyone have a link to a polynomial root solver in C++ for more than 3 roots? Thanks!
Off the top of my head, I would look into: Mathematica, Matlab, and R, just to verify anything you find in C++.

For C/C++ libs, you may try:

http://www.nag.co.uk/numeric/cl/cldescription.asp
http://www.gnu.org/software/gsl/

gl
Topic archived. No new replies allowed.