Add comment for slope

This commit is contained in:
wborgeaud 2021-08-14 11:48:13 +02:00
parent 43641174cb
commit 8aaa9401ac

View File

@ -412,6 +412,7 @@ struct PrecomputedReducedEvalsTarget<const D: usize> {
pub single: ExtensionTarget<D>,
pub zs: ExtensionTarget<D>,
pub zs_right: ExtensionTarget<D>,
/// Slope of the line from `(zeta, zs)` to `(zeta_right, zs_right)`.
pub slope: ExtensionTarget<D>,
pub zeta_right: ExtensionTarget<D>,
}