Hi there,
I want a C++ library to solve a quartic (degree 4) polynomial. and I want just its minimimum nonnegative real root. the performance is important for me, so I don't want numerical solvation of that. what is best choice for me?

Thanks,
-- Mohammad