p3_field

Function binomial_expand

Source
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.