This commit is contained in:
wborgeaud 2021-08-09 14:07:32 +02:00
parent d0cb1becf0
commit 905aaa2ed9

View File

@ -16,7 +16,6 @@ impl<F: Extendable<D>, const D: usize> CircuitBuilder<F, D> {
// b0 -> b1
// x -> a1 + (x-a0)*(b1-a1)/(b0-a0)
let one = self.one_extension();
let (x_m_a0, b1_m_a1) = self.sub_two_extension(
evaluation_point,
interpolation_points[0].0,