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
455 stars 137 forks source link

add turing_method_bound #259

Closed p15-git-acc closed 5 years ago

p15-git-acc commented 5 years ago

Add an integer bound related to Turing's method, like sure_number_block in zetazeros.py in mpmath. gram_point is generalized following Brent 1979 to allow n=-1. Tests and docs are added/updated.

fredrik-johansson commented 5 years ago

Thanks!