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

Compute the Lagrange coefficient numerator.

This function is not constant time.