Skip to content

Commit

Permalink
version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
martingkelly committed Nov 29, 2020
1 parent 056d741 commit 6ae0570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyecm.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def sqrt(n):
SMALLEST_COUNTEREXAMPLE_FASTPRIME = 2047
T = (type(mpz(1)), type(1), type(1))
DUMMY = 'dummy' # Dummy value throughout the program
VERSION = '2.0.3 (Python 3)'
VERSION = '2.0.4 (Python 3)'
_12_LOG_2_OVER_49 = 12 * math.log(2) / 49
RECORD = 1162795072109807846655696105569042240239

Expand Down

0 comments on commit 6ae0570

Please sign in to comment.