openvm_stark_backend::poly::uni

Function evaluate_on_slice

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

Evaluates a polynomial represented by coefficients in a slice at a given point x.