v0.0.4
- Allow both scalar & complex coefficients for the polynomial given. i.e.
f32,f64,Complex<f32>,Complex<f64>. - Add
AberthSolvertype which support polynomials with a varying number of terms at run-time. This requiresstd(enabled by default). - Other various improvements