From e8bc7ea1a8a1005a0cdf7937679cc9beaafa1b8c Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Sun, 8 Jun 2025 16:48:16 +0300 Subject: [PATCH] More tests for zetazeros() Taken from #959 --- mpmath/tests/test_extra_zeta.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mpmath/tests/test_extra_zeta.py b/mpmath/tests/test_extra_zeta.py index 39d4f0fc..6b0cc9c7 100644 --- a/mpmath/tests/test_extra_zeta.py +++ b/mpmath/tests/test_extra_zeta.py @@ -13,6 +13,8 @@ from mpmath import fp, zetazero (1048449114, 388858886.002285122), (1048449115, 388858886.00239369), (1048449116, 388858886.690745053), + (3570918901, 1239587702.54745031), + (3570918902, 1239587702.54752387), # Huge zeros (this may take hours): # (8637740722917, 2124447368584.39296466152), # (8637740722918, 2124447368584.39298170604),