Reorganize imports in mpmath/tests/test_summation.py (no star imports)

This commit is contained in:
Sergey B Kirpichev
2023-05-03 12:04:03 +03:00
parent a26d24ca74
commit 385a3c86ad
+3 -1
View File
@@ -1,4 +1,6 @@
from mpmath import *
from mpmath import (e, exp, fac, factorial, fp, fprod, fsum, inf, isnan, iv, j,
log, mpi, nprod, nsum, pi, sumem)
def test_sumem():
assert sumem(lambda k: 1/k**2.5, [50, 100]).ae(0.0012524505324784962)