.codecov.yml
.gitattributes
.gitignore
CHANGES
LICENSE
MANIFEST.in
README.rst
TODO
epydoc.conf
pkgdocs.sh
pytest.ini
setup.cfg
setup.py
.github/workflows/test.yml
demo/mandelbrot.py
demo/manydigits.py
demo/pidigits.py
demo/plotting.py
demo/taylor.py
doc/build.py
doc/source/basics.txt
doc/source/conf.py
doc/source/contexts.txt
doc/source/cplot.png
doc/source/general.txt
doc/source/identification.txt
doc/source/index.txt
doc/source/matrices.txt
doc/source/plot.png
doc/source/plotting.txt
doc/source/references.txt
doc/source/setup.txt
doc/source/splot.png
doc/source/technical.txt
doc/source/calculus/approximation.txt
doc/source/calculus/differentiation.txt
doc/source/calculus/index.txt
doc/source/calculus/integration.txt
doc/source/calculus/inverselaplace.txt
doc/source/calculus/odes.txt
doc/source/calculus/optimization.txt
doc/source/calculus/polynomials.txt
doc/source/calculus/sums_limits.txt
doc/source/functions/bessel.txt
doc/source/functions/constants.txt
doc/source/functions/elliptic.txt
doc/source/functions/expintegrals.txt
doc/source/functions/gamma.txt
doc/source/functions/hyperbolic.txt
doc/source/functions/hypergeometric.txt
doc/source/functions/index.txt
doc/source/functions/numtheory.txt
doc/source/functions/orthogonal.txt
doc/source/functions/powers.txt
doc/source/functions/qfunctions.txt
doc/source/functions/trigonometric.txt
doc/source/functions/zeta.txt
doc/source/plots/ai.png
doc/source/plots/ai.py
doc/source/plots/ai_c.png
doc/source/plots/ai_c.py
doc/source/plots/ber.png
doc/source/plots/ber.py
doc/source/plots/besseli.png
doc/source/plots/besseli.py
doc/source/plots/besseli_c.png
doc/source/plots/besseli_c.py
doc/source/plots/besselj.png
doc/source/plots/besselj.py
doc/source/plots/besselj_c.png
doc/source/plots/besselj_c.py
doc/source/plots/besselk.png
doc/source/plots/besselk.py
doc/source/plots/besselk_c.png
doc/source/plots/besselk_c.py
doc/source/plots/bessely.png
doc/source/plots/bessely.py
doc/source/plots/bessely_c.png
doc/source/plots/bessely_c.py
doc/source/plots/bi.png
doc/source/plots/bi.py
doc/source/plots/bi_c.png
doc/source/plots/bi_c.py
doc/source/plots/buildplots.py
doc/source/plots/chebyt.png
doc/source/plots/chebyt.py
doc/source/plots/chebyu.png
doc/source/plots/chebyu.py
doc/source/plots/coulombf.png
doc/source/plots/coulombf.py
doc/source/plots/coulombf_c.png
doc/source/plots/coulombf_c.py
doc/source/plots/coulombg.png
doc/source/plots/coulombg.py
doc/source/plots/coulombg_c.png
doc/source/plots/coulombg_c.py
doc/source/plots/ellipe.png
doc/source/plots/ellipe.py
doc/source/plots/ellipf.png
doc/source/plots/ellipf.py
doc/source/plots/ellipk.png
doc/source/plots/ellipk.py
doc/source/plots/ellippi.png
doc/source/plots/ellippi.py
doc/source/plots/gi.png
doc/source/plots/gi.py
doc/source/plots/gi_c.png
doc/source/plots/gi_c.py
doc/source/plots/hankel1.png
doc/source/plots/hankel1.py
doc/source/plots/hankel1_c.png
doc/source/plots/hankel1_c.py
doc/source/plots/hankel2.png
doc/source/plots/hankel2.py
doc/source/plots/hankel2_c.png
doc/source/plots/hankel2_c.py
doc/source/plots/hermite.png
doc/source/plots/hermite.py
doc/source/plots/hi.png
doc/source/plots/hi.py
doc/source/plots/hi_c.png
doc/source/plots/hi_c.py
doc/source/plots/ker.png
doc/source/plots/ker.py
doc/source/plots/kleinj.png
doc/source/plots/kleinj.py
doc/source/plots/kleinj2.png
doc/source/plots/kleinj2.py
doc/source/plots/laguerre.png
doc/source/plots/laguerre.py
doc/source/plots/lambertw.png
doc/source/plots/lambertw.py
doc/source/plots/lambertw_c.png
doc/source/plots/lambertw_c.py
doc/source/plots/legendre.png
doc/source/plots/legendre.py
doc/source/plots/lommels1.png
doc/source/plots/lommels1.py
doc/source/plots/lommels2.png
doc/source/plots/lommels2.py
doc/source/plots/pcfd.png
doc/source/plots/pcfd.py
doc/source/plots/spherharm40.png
doc/source/plots/spherharm40.py
doc/source/plots/spherharm41.png
doc/source/plots/spherharm41.py
doc/source/plots/spherharm42.png
doc/source/plots/spherharm42.py
doc/source/plots/spherharm43.png
doc/source/plots/spherharm43.py
doc/source/plots/spherharm44.png
doc/source/plots/spherharm44.py
mpmath/__init__.py
mpmath/ctx_base.py
mpmath/ctx_fp.py
mpmath/ctx_iv.py
mpmath/ctx_mp.py
mpmath/ctx_mp_python.py
mpmath/function_docs.py
mpmath/identification.py
mpmath/math2.py
mpmath/rational.py
mpmath/usertools.py
mpmath/visualization.py
mpmath.egg-info/PKG-INFO
mpmath.egg-info/SOURCES.txt
mpmath.egg-info/dependency_links.txt
mpmath.egg-info/requires.txt
mpmath.egg-info/top_level.txt
mpmath/calculus/__init__.py
mpmath/calculus/approximation.py
mpmath/calculus/calculus.py
mpmath/calculus/differentiation.py
mpmath/calculus/extrapolation.py
mpmath/calculus/inverselaplace.py
mpmath/calculus/odes.py
mpmath/calculus/optimization.py
mpmath/calculus/polynomials.py
mpmath/calculus/quadrature.py
mpmath/functions/__init__.py
mpmath/functions/bessel.py
mpmath/functions/elliptic.py
mpmath/functions/expintegrals.py
mpmath/functions/factorials.py
mpmath/functions/functions.py
mpmath/functions/hypergeometric.py
mpmath/functions/orthogonal.py
mpmath/functions/qfunctions.py
mpmath/functions/rszeta.py
mpmath/functions/theta.py
mpmath/functions/zeta.py
mpmath/functions/zetazeros.py
mpmath/libmp/__init__.py
mpmath/libmp/backend.py
mpmath/libmp/gammazeta.py
mpmath/libmp/libelefun.py
mpmath/libmp/libhyper.py
mpmath/libmp/libintmath.py
mpmath/libmp/libmpc.py
mpmath/libmp/libmpf.py
mpmath/libmp/libmpi.py
mpmath/matrices/__init__.py
mpmath/matrices/calculus.py
mpmath/matrices/eigen.py
mpmath/matrices/eigen_symmetric.py
mpmath/matrices/linalg.py
mpmath/matrices/matrices.py
mpmath/tests/__init__.py
mpmath/tests/extratest_gamma.py
mpmath/tests/extratest_zeta.py
mpmath/tests/runtests.py
mpmath/tests/test_basic_ops.py
mpmath/tests/test_bitwise.py
mpmath/tests/test_calculus.py
mpmath/tests/test_compatibility.py
mpmath/tests/test_convert.py
mpmath/tests/test_diff.py
mpmath/tests/test_division.py
mpmath/tests/test_eigen.py
mpmath/tests/test_eigen_symmetric.py
mpmath/tests/test_elliptic.py
mpmath/tests/test_fp.py
mpmath/tests/test_functions.py
mpmath/tests/test_functions2.py
mpmath/tests/test_gammazeta.py
mpmath/tests/test_hp.py
mpmath/tests/test_identify.py
mpmath/tests/test_interval.py
mpmath/tests/test_levin.py
mpmath/tests/test_linalg.py
mpmath/tests/test_matrices.py
mpmath/tests/test_mpmath.py
mpmath/tests/test_ode.py
mpmath/tests/test_pickle.py
mpmath/tests/test_power.py
mpmath/tests/test_quad.py
mpmath/tests/test_rootfinding.py
mpmath/tests/test_special.py
mpmath/tests/test_str.py
mpmath/tests/test_summation.py
mpmath/tests/test_trig.py
mpmath/tests/test_visualization.py
mpmath/tests/torture.py