pub fn lagrange_coefficient<F: FiniteField>(points: &[F], u: F, e: F) -> F
Expand description

Compute the Lagrange coefficient $ℓᵤ(e)$ specified by points points and u ∈ points.

This function is not constant time.