aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Prime-Util-GMP
Commit message (Collapse)AuthorAgeFilesLines
* Add p5-Math-Prime-Util-GMP 0.51Sunpoet Po-Chuan Hsieh2018-09-104-0/+40
Math::Prime::Util::GMP is a module for number theory in Perl using GMP. This includes primality tests, getting primes in a range, factoring, and more. These use GMP directly, so should be quite fast for bignums. This module is mainly intended to be used within Math::Prime::Util, but most functions can be easily used in independent C programs. Some, like factoring and primality proving, have explicit ways of compiling as standalone programs. WWW: https://metacpan.org/release/Math-Prime-Util-GMP Notes: svn path=/head/; revision=479453