forked from Lainports/freebsd-ports
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
446 B
Text
7 lines
446 B
Text
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.
|