binomial_expand

Function binomial_expand 

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