Update and add examples

This commit is contained in:
Neemek 2025-03-10 16:24:37 +01:00
parent 40a538b73d
commit 74bd9c9582
Signed by: neemek
GPG key ID: 28360A8951CD0E9B
4 changed files with 79 additions and 2 deletions

View file

@ -4,7 +4,7 @@
# see: https://en.wikipedia.org/wiki/Basel_problem
# The amount of terms
terms := 100000000
terms := 1000000
# The running sum of terms
tot := 0