Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrusek authored Sep 7, 2023
1 parent 313c028 commit c275a15
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 @@ -14,7 +14,7 @@ If you decide to apply the concepts presented or base on the provided code, plea
### Fancy math

In order to keep the reference implementation as close to the math as possible we define some utilities with unicode symbols.
E.g. `𝚷(i for i in ℤ[1,3])` is a valid python code for $$\sum_{i=1}^{3} i$$
E.g. `𝚷(i for i in ℤ[1,3])` is a valid python code for $$\prod_{i=1}^{3} i$$



Expand Down

0 comments on commit c275a15

Please sign in to comment.