pub fn evaluate_univariate<F: Field>(coeffs: &[F], x: F) -> FExpand description
Evaluate a univariate polynomial specified by its monomial coefficients.
ยงArguments
coeffs- Slice of coefficients ordered from low-degree terms to high-degree termsx- Point at which to evaluate the polynomial