pub fn binomial_expand<FA: FieldAlgebra>(roots: &[FA]) -> Vec<FA>
Expand description
Expand a product of binomials (x - roots[0])(x - roots[1]).. into polynomial coefficients.
pub fn binomial_expand<FA: FieldAlgebra>(roots: &[FA]) -> Vec<FA>
Expand a product of binomials (x - roots[0])(x - roots[1]).. into polynomial coefficients.