Skip to content

Commit 18a3dbb

Browse files
authored
Fix typo
1 parent dc409e1 commit 18a3dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dixon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def primes(B):
2121

2222
i2N = []
2323
while i < N:
24-
i2N = pow(i,2,N))
24+
i2N = pow(i,2,N)
2525
for k in range(0,len(base)):
2626
if i2N == basej2N[k]:
2727
f=gcd(i - base[k],N)

0 commit comments

Comments
 (0)