halo2_axiom::arithmetic

Function eval_polynomial

Source
pub fn eval_polynomial<F: Field>(poly: &[F], point: F) -> F
Expand description

This evaluates a provided polynomial (in coefficient form) at point.