Tue, 07 May 2024 21:34:05 UTC | login

Information for build gap-pkg-factint-1.6.3-8.fc37

ID216042
Package Namegap-pkg-factint
Version1.6.3
Release8.fc37
Epoch
SummaryAdvanced methods for factoring integers
DescriptionFactInt provides implementations of the following methods for factoring integers: - Pollard's p-1 - Williams' p+1 - Elliptic Curves Method (ECM) - Continued Fraction Algorithm (CFRAC) - Multiple Polynomial Quadratic Sieve (MPQS) FactInt also makes use of Richard P. Brent's tables of known factors of integers of the form bk+/-1 for "small" b. The ECM method is suited best for finding factors which are neither too small (i.e. have less than about 12 decimal digits) nor too close to the square root of the number to be factored. The MPQS method is designed for factoring products of two primes of comparable orders of magnitude. CFRAC is the historical predecessor of the MPQS method. Pollard's p-1 and Williams' p+1 are useful for finding factors p such that all prime factors of p-1 (respectively p+1) are "small", e.g. smaller than 1000000. All factoring methods implemented in this package are probabilistic. In particular the time needed by the ECM method depends largely on luck. FactInt provides a general-purpose factorization routine which uses an appropriate combination of the methods mentioned above, the Pollard Rho routine which is implemented in the GAP Library and a variety of tricks for special cases to obtain a good average performance for "arbitrary" integers. At the user's option, FactInt provides detailed information about the progress of the factorization process.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 05 Nov 2022 09:30:34 UTC
CompletedSat, 05 Nov 2022 09:30:34 UTC
Tags
f37
f38
RPMs
src
gap-pkg-factint-1.6.3-8.fc37.src.rpm (info) (download)
noarch
gap-pkg-factint-1.6.3-8.fc37.noarch.rpm (info) (download)
gap-pkg-factint-doc-1.6.3-8.fc37.noarch.rpm (info) (download)
Changelog * Tue Sep 27 2022 Jerry James <loganjerry@gmail.com> - 1.6.3-8 - Update for gap 4.12.0 * Tue Aug 16 2022 Jerry James <loganjerry@gmail.com> - 1.6.3-7 - Convert License tag to SPDX * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild