Tue, 07 May 2024 13:19:54 UTC | login

Information for build gap-pkg-factint-1.6.3-3.fc33

ID177784
Package Namegap-pkg-factint
Version1.6.3
Release3.fc33
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
StartedThu, 13 Aug 2020 14:25:03 UTC
CompletedThu, 13 Aug 2020 14:25:03 UTC
Tags
f33
f37
f38
RPMs
src
gap-pkg-factint-1.6.3-3.fc33.src.rpm (info) (download)
noarch
gap-pkg-factint-1.6.3-3.fc33.noarch.rpm (info) (download)
gap-pkg-factint-doc-1.6.3-3.fc33.noarch.rpm (info) (download)
Changelog * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Nov 18 2019 Jerry James <loganjerry@gmail.com> - 1.6.3-1 - Version 1.6.3 * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 01 2019 Jerry James <loganjerry@gmail.com> - 1.6.2-4 - Rebuild for gap 4.10.0 - Add -doc subpackage * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild