Skip to content

Commit

Permalink
Merge pull request #1086 from AlbertoImg/main
Browse files Browse the repository at this point in the history
Update 05-loop.md
ineelhere authored Aug 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 17d172e + f3e6031 commit b236850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/05-loop.md
Original file line number Diff line number Diff line change
@@ -392,7 +392,7 @@ The code above loops through `a_list`, assigning the index to `idx` and the valu
Suppose you have encoded a polynomial as a list of coefficients in
the following way: the first element is the constant term, the
second element is the coefficient of the linear term, the third is the
coefficient of the quadratic term, etc.
coefficient of the quadratic term, where the polynomial is of the form $ax^0 + bx^1 + cx^2$.

```python
x = 5

0 comments on commit b236850

Please sign in to comment.