Skip to content

v0.0.4

Choose a tag to compare

@ickk ickk released this 20 Sep 23:18
· 6 commits to dev since this release
  • Allow both scalar & complex coefficients for the polynomial given. i.e. f32, f64, Complex<f32>, Complex<f64>.
  • Add AberthSolver type which support polynomials with a varying number of terms at run-time. This requires std (enabled by default).
  • Other various improvements