Function tbs::poly::interpolate_zero
source · pub fn interpolate_zero<G, S>(
elements: impl Iterator<Item = (S, G)> + Clone
) -> G
Expand description
Interpolates the constant factor of a polynomial defined by the points
supplied in elements
.
Panics
If less than 2 points are supplied.