Skip to content

Commit d27caf0

Browse files
committed
fix #84 math library
1 parent 183d983 commit d27caf0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cyaron/math.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
forked from https://blog.dreamshire.com/common-functions-routines-project-euler/
44
'''
55
from __future__ import absolute_import
6-
from math import sqrt, ceil
7-
from fractions import gcd
6+
from math import sqrt, ceil, gcd
87
from functools import reduce
98
import random
109
import itertools

0 commit comments

Comments
 (0)