Function evaluate_univariate

Source
pub fn evaluate_univariate<F: Field>(coeffs: &[F], x: F) -> F
Expand description

Evaluate a univariate polynomial specified by its monomial coefficients.

ยงArguments

  • coeffs - Slice of coefficients ordered from low-degree terms to high-degree terms
  • x - Point at which to evaluate the polynomial