mirror of
https://github.com/osmarks/random-stuff
synced 2025-11-23 00:34:52 +00:00
fix typo
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
import itertools
|
import itertools
|
||||||
|
import math
|
||||||
|
|
||||||
def sum_series(series):
|
def sum_series(series):
|
||||||
x = Decimal(0)
|
x = Decimal(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user