This is a PARI/GP interface to the primecount library which may allow bigger prime counts and n'th prime than native PARI.
Functions are named per the library, so for instance
primecount_pi()
equivalent to PARI primepi()
primecount_nth_prime()
equivalent to PARI prime()
The interface is a C wrapper which must be compiled and which
primecount.gp
loads with install()
. If
you don't have a C compiler then primecount.gp
runs
the primecount
program instead. See comments in
primecount.gp
for further notes.
PARI-Primecount is free software (free as in freedom), published under the terms of the GNU General Public License (v3 or higher). Download version 1 here,
pari-primecount-1.tar.gz
(25k,
and sig)
The sig file is an Gnu PG ascii armoured signature generated from my key.
This page Copyright 2023, 2024 Kevin Ryde, except for the GPLv3 logo which is Copyright Free Software Foundation and used here in accordance with its terms.
(Back to the sitemap, or the PARI/GP section there).