We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183d983 commit d27caf0Copy full SHA for d27caf0
cyaron/math.py
@@ -3,8 +3,7 @@
3
forked from https://blog.dreamshire.com/common-functions-routines-project-euler/
4
'''
5
from __future__ import absolute_import
6
-from math import sqrt, ceil
7
-from fractions import gcd
+from math import sqrt, ceil, gcd
8
from functools import reduce
9
import random
10
import itertools
0 commit comments