pub fn extrapolate_line<P, FS>(x0: P, x1: P, z: FS) -> P
where P: PackedExtension<FS, Scalar: ExtensionField<FS>>, FS: Field,
Expand description

Uses arguments of two distinct types to make multiplication more efficient when extrapolating in a smaller field.