From caba4213ca60acba4188adb14912ee83a6b40195 Mon Sep 17 00:00:00 2001 From: erhant Date: Mon, 16 Oct 2023 20:54:05 +0300 Subject: [PATCH] smol typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdcdc9d..6a1ea43 100644 --- a/README.md +++ b/README.md @@ -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.