Brereton, Ashley on Fri, 11 Dec 2020 17:27:14 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Sum over prime numbers function |
Many thanks for the answers, that's a lot of help!
All the best,
Ash
From: Aaron Chen <aaronchen.lisp@gmail.com>
Sent: Friday, December 11, 2020 3:32 AM To: pari-users@pari.math.u-bordeaux.fr <pari-users@pari.math.u-bordeaux.fr> Subject: Re: Sum over prime numbers function A very fast C++ implementation from Kim Walisch, see
https://github.com/kimwalisch/primesum, has been used to calculate up to 10^25. Quite amazing. |