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 138 forks source link

functions related to zeta zeros #256

Closed p15-git-acc closed 5 years ago

p15-git-acc commented 5 years ago

These are low accuracy implementations of S(t) and N(t), with the plan of improving them later with Turing's method.

fredrik-johansson commented 5 years ago

Thanks. The interface looks good, but I'm not so sure about merging placeholder implementations yet.

Note: the bound on S could be implemented entirely using mag functions (mag_log, etc).