Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
smol typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant authored Oct 16, 2023
1 parent 660bb52 commit caba421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $$
we do:
$$
a_0 + X(a_1 + X(a_2 + \ldots + X(a_{T_2} + Xa_{T-1}))
a_0 + X(a_1 + X(a_2 + \ldots + X(a_{T-2} + X(a_{T-1})))
$$
which also plays nicely with the reverse coefficient form that we use to store the polynomials.
Expand Down

0 comments on commit caba421

Please sign in to comment.