FindAFactor 4.2.7__cp312-cp312-win_amd64.whl → 4.3.1__cp312-cp312-win_amd64.whl
Sign up to get free protection for your applications and to get access to all the features.
- FindAFactor/find_a_factor.py +1 -1
- {FindAFactor-4.2.7.dist-info → FindAFactor-4.3.1.dist-info}/METADATA +1 -1
- FindAFactor-4.3.1.dist-info/RECORD +8 -0
- _find_a_factor.cp312-win_amd64.pyd +0 -0
- FindAFactor-4.2.7.dist-info/RECORD +0 -8
- {FindAFactor-4.2.7.dist-info → FindAFactor-4.3.1.dist-info}/LICENSE +0 -0
- {FindAFactor-4.2.7.dist-info → FindAFactor-4.3.1.dist-info}/WHEEL +0 -0
- {FindAFactor-4.2.7.dist-info → FindAFactor-4.3.1.dist-info}/top_level.txt +0 -0
FindAFactor/find_a_factor.py
CHANGED
@@ -16,7 +16,7 @@ def find_a_factor(n,
|
|
16
16
|
trial_division_level=int(os.environ.get('FINDAFACTOR_TRIAL_DIVISION_LEVEL')) if os.environ.get('FINDAFACTOR_TRIAL_DIVISION_LEVEL') else (1<<20),
|
17
17
|
gear_factorization_level=int(os.environ.get('FINDAFACTOR_GEAR_FACTORIZATION_LEVEL')) if os.environ.get('FINDAFACTOR_GEAR_FACTORIZATION_LEVEL') else 11,
|
18
18
|
wheel_factorization_level=int(os.environ.get('FINDAFACTOR_WHEEL_FACTORIZATION_LEVEL')) if os.environ.get('FINDAFACTOR_WHEEL_FACTORIZATION_LEVEL') else 11,
|
19
|
-
smoothness_bound_multiplier=float(os.environ.get('FINDAFACTOR_SMOOTHNESS_BOUND_MULTIPLIER')) if os.environ.get('FINDAFACTOR_SMOOTHNESS_BOUND_MULTIPLIER') else 0
|
19
|
+
smoothness_bound_multiplier=float(os.environ.get('FINDAFACTOR_SMOOTHNESS_BOUND_MULTIPLIER')) if os.environ.get('FINDAFACTOR_SMOOTHNESS_BOUND_MULTIPLIER') else 1.0,
|
20
20
|
batch_size_multiplier=float(os.environ.get('FINDAFACTOR_BATCH_SIZE_MULTIPLIER')) if os.environ.get('FINDAFACTOR_BATCH_SIZE_MULTIPLIER') else 8.0):
|
21
21
|
return int(_find_a_factor._find_a_factor(str(n),
|
22
22
|
int(method),
|
@@ -0,0 +1,8 @@
|
|
1
|
+
_find_a_factor.cp312-win_amd64.pyd,sha256=x2DeFSsmV_Gj_bIEv_Q5ITW_lcf8kwCunWjebamnCK8,309760
|
2
|
+
FindAFactor/__init__.py,sha256=HpY7jfatO8mUdIB7I572t5wwgwfzRQNDRW-egeSIEFo,57
|
3
|
+
FindAFactor/find_a_factor.py,sha256=lzhCxkSxzVSKuVl1o2ABsM2mod6aXT5iijE9KVKRLvE,1984
|
4
|
+
FindAFactor-4.3.1.dist-info/LICENSE,sha256=kM5ErD_w66mShD_pmEXez6Evb2_MTLRHykc0qdUWEFY,1085
|
5
|
+
FindAFactor-4.3.1.dist-info/METADATA,sha256=4TPzG_XrUdPLsIdiujt5KGaVk4xEsbQ7K29pIGv4kX8,1129
|
6
|
+
FindAFactor-4.3.1.dist-info/WHEEL,sha256=cRmSBGD-cl98KkuHMNqv9Ac9L9_VqTvcBYwpIvxN0cg,101
|
7
|
+
FindAFactor-4.3.1.dist-info/top_level.txt,sha256=WoOrEcqIwo8A96WXAtimPshsFZfT5d00SvMC6rVKAn0,27
|
8
|
+
FindAFactor-4.3.1.dist-info/RECORD,,
|
Binary file
|
@@ -1,8 +0,0 @@
|
|
1
|
-
_find_a_factor.cp312-win_amd64.pyd,sha256=tUscLtlvHWdSnBz9OkwuvJxu2_KvL3sBC30h5T6EJQw,309248
|
2
|
-
FindAFactor/__init__.py,sha256=HpY7jfatO8mUdIB7I572t5wwgwfzRQNDRW-egeSIEFo,57
|
3
|
-
FindAFactor/find_a_factor.py,sha256=dVitnMtpkIGfcrItrUlXaIpD5Y08W-lTZDsGw0caLAc,1985
|
4
|
-
FindAFactor-4.2.7.dist-info/LICENSE,sha256=kM5ErD_w66mShD_pmEXez6Evb2_MTLRHykc0qdUWEFY,1085
|
5
|
-
FindAFactor-4.2.7.dist-info/METADATA,sha256=h3ZFcOTs1pXVA4AdCHJ_DhAM7_GtChnn07C5foDW3Q4,1129
|
6
|
-
FindAFactor-4.2.7.dist-info/WHEEL,sha256=cRmSBGD-cl98KkuHMNqv9Ac9L9_VqTvcBYwpIvxN0cg,101
|
7
|
-
FindAFactor-4.2.7.dist-info/top_level.txt,sha256=WoOrEcqIwo8A96WXAtimPshsFZfT5d00SvMC6rVKAn0,27
|
8
|
-
FindAFactor-4.2.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|