mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
464ac149af
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/
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/
|