Skip to content

Commit

Permalink
Update math/src/circle/polynomial.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Litteri <[email protected]>
  • Loading branch information
nicole-graus and ilitteri authored Oct 23, 2024
1 parent 3073470 commit 37aae9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/src/circle/polynomial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use super::{
};

/// Given the 2^n coefficients of a two-variables polynomial of degree 2^n - 1 in the basis {1, y, x, xy, 2xˆ2 -1, 2xˆ2y-y, 2xˆ3-x, 2xˆ3y-xy,...}
/// returns the evaluation of the polynomianl on the points of the standard coset of size 2^n.
/// returns the evaluation of the polynomial on the points of the standard coset of size 2^n.
/// Note that coeff has to be a vector with length a power of two 2^n.
pub fn evaluate_cfft(
mut coeff: Vec<FieldElement<Mersenne31Field>>,
Expand Down

0 comments on commit 37aae9e

Please sign in to comment.