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