pub fn evaluate_on_slice<F: Field>(coeffs: &[F], x: F) -> F
Evaluates a polynomial represented by coefficients in a slice at a given point x.
x