mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
|
Math::Prime::XS detects and calculates prime numbers by either applying Modulo
|
||
|
operator division, the Sieve of Eratosthenes, a Summation calculation or Trial
|
||
|
division.
|
||
|
|
||
|
WWW: http://search.cpan.org/dist/Math-Prime-XS/
|