FindAFactor 4.2.7__cp313-cp313-macosx_15_0_arm64.whl → 4.3.1__cp313-cp313-macosx_15_0_arm64.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.cpython-313-darwin.so +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.cpython-313-darwin.so,sha256=Us7ZrpjinMARehrYbhpY1iEO5FGBySkhwU5FUqhCIjA,274840
|
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=VxMZZX-dKZ9zphe_ELAnICE9bIWyQu2xADGsUUKLOic,1102
|
6
|
+
FindAFactor-4.3.1.dist-info/WHEEL,sha256=8MDYB8qOpICHXsmvikvrTDt0NBN7mgF9tE1rvEyJ6WE,109
|
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.cpython-313-darwin.so,sha256=X4Oe3-Kln_DkGW25joSiFMhsFZ9Kb31WfXADmS10zDQ,274840
|
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=gt9Zo6AT_uVHJpk-Yq1wFEXEBkuLg9HUYy2YPR1HKD4,1102
|
6
|
-
FindAFactor-4.2.7.dist-info/WHEEL,sha256=8MDYB8qOpICHXsmvikvrTDt0NBN7mgF9tE1rvEyJ6WE,109
|
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
|