flintlib / arb

Arb has been merged into FLINT -- use https://github.com/flintlib/flint/ instead
http://arblib.org/
GNU Lesser General Public License v2.1
456 stars 137 forks source link

use fmpz instead of slong for the J parameter of windowed zeta zeros #354

Closed p15-git-acc closed 2 years ago

p15-git-acc commented 3 years ago

closes https://github.com/fredrik-johansson/arb/issues/349

I think the old code would overflow at large heights if slong is 32 bits.

p15-git-acc commented 3 years ago

Closed with the intention to build on this PR to make a zeta_zeros example program.

p15-git-acc commented 3 years ago

reopened with zeta zeros program

p15-git-acc commented 3 years ago

I noticed Dave Platt has uploaded an arb zeta zeros program with MIT license here https://github.com/djplatt/arb_zeta