1
0
mirror of https://github.com/osmarks/random-stuff synced 2026-05-10 15:42:10 +00:00
This commit is contained in:
2024-02-25 14:33:15 +00:00
parent 89777cb3e1
commit 6df79fd18b
+1
View File
@@ -1,5 +1,6 @@
from decimal import Decimal
import itertools
import math
def sum_series(series):
x = Decimal(0)