Skip to content

Commit

Permalink
docs: Fix twMonoIdx docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sp301415 committed Jan 14, 2025
1 parent da4b4cd commit 5b1695d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/poly/poly_evaluator.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type Evaluator[T num.Integer] struct {
// Unlike other complex128 slices, twMono is in natural representation.
twMono []complex128
// twMonoIdx is the precomputed bit-reversed index for monomial fourier transform.
// Equivalent to BitReverse([-1, 3, 7, ..., 2N-1]).
// Equivalent to BitReverse([-1, 3, 7, ..., 2N-3]).
twMonoIdx []int

// buffer is the buffer values for this Evaluator.
Expand Down

0 comments on commit 5b1695d

Please sign in to comment.