mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
5 lines
238 B
Plaintext
5 lines
238 B
Plaintext
A set of utilities related to prime numbers. These include multiple sieving
|
|
methods, is_prime, prime_count, nth_prime, approximations and bounds for
|
|
the prime_count and nth prime, next_prime and prev_prime, factoring
|
|
utilities, and more.
|