powered by
Calculates all the roots of a polynomial and returns the root that is the smallest.
minroot(x)
A double with the minimum root value.
double
A cx_vec that has a 1 appended before the coefficents. (e.g. c(1, x))
cx_vec