.codecov.yml
.gitattributes
.gitignore
.readthedocs.yaml
CHANGES
CITATION.bib
LICENSE
README.rst
conftest.py
pyproject.toml
.github/CONTRIBUTING.rst
.github/workflows/coverage.yml
.github/workflows/docs.yml
.github/workflows/linter.yml
.github/workflows/publish.yml
.github/workflows/test.yml
demo/mandelbrot.py
demo/manydigits.py
demo/pidigits.py
demo/plotting.py
demo/sofa.py
demo/taylor.py
docs/basics.rst
docs/cli.rst
docs/conf.py
docs/contexts.rst
docs/general.rst
docs/genindex.rst
docs/identification.rst
docs/index.rst
docs/matrices.rst
docs/plotting.rst
docs/references.rst
docs/setup.rst
docs/technical.rst
docs/calculus/approximation.rst
docs/calculus/differentiation.rst
docs/calculus/index.rst
docs/calculus/integration.rst
docs/calculus/inverselaplace.rst
docs/calculus/odes.rst
docs/calculus/optimization.rst
docs/calculus/polynomials.rst
docs/calculus/sums_limits.rst
docs/functions/bessel.rst
docs/functions/constants.rst
docs/functions/elliptic.rst
docs/functions/expintegrals.rst
docs/functions/gamma.rst
docs/functions/hyperbolic.rst
docs/functions/hypergeometric.rst
docs/functions/index.rst
docs/functions/numtheory.rst
docs/functions/orthogonal.rst
docs/functions/powers.rst
docs/functions/qfunctions.rst
docs/functions/signals.rst
docs/functions/trigonometric.rst
docs/functions/zeta.rst
docs/plots/ai.png
docs/plots/ai.py
docs/plots/ai_c.png
docs/plots/ai_c.py
docs/plots/ber.png
docs/plots/ber.py
docs/plots/besseli.png
docs/plots/besseli.py
docs/plots/besseli_c.png
docs/plots/besseli_c.py
docs/plots/besselj.png
docs/plots/besselj.py
docs/plots/besselj_c.png
docs/plots/besselj_c.py
docs/plots/besselk.png
docs/plots/besselk.py
docs/plots/besselk_c.png
docs/plots/besselk_c.py
docs/plots/bessely.png
docs/plots/bessely.py
docs/plots/bessely_c.png
docs/plots/bessely_c.py
docs/plots/bi.png
docs/plots/bi.py
docs/plots/bi_c.png
docs/plots/bi_c.py
docs/plots/buildplots.py
docs/plots/chebyt.png
docs/plots/chebyt.py
docs/plots/chebyu.png
docs/plots/chebyu.py
docs/plots/coulombf.png
docs/plots/coulombf.py
docs/plots/coulombf_c.png
docs/plots/coulombf_c.py
docs/plots/coulombg.png
docs/plots/coulombg.py
docs/plots/coulombg_c.png
docs/plots/coulombg_c.py
docs/plots/ellipe.png
docs/plots/ellipe.py
docs/plots/ellipf.png
docs/plots/ellipf.py
docs/plots/ellipk.png
docs/plots/ellipk.py
docs/plots/ellippi.png
docs/plots/ellippi.py
docs/plots/gi.png
docs/plots/gi.py
docs/plots/gi_c.png
docs/plots/gi_c.py
docs/plots/hankel1.png
docs/plots/hankel1.py
docs/plots/hankel1_c.png
docs/plots/hankel1_c.py
docs/plots/hankel2.png
docs/plots/hankel2.py
docs/plots/hankel2_c.png
docs/plots/hankel2_c.py
docs/plots/hermite.png
docs/plots/hermite.py
docs/plots/hi.png
docs/plots/hi.py
docs/plots/hi_c.png
docs/plots/hi_c.py
docs/plots/ker.png
docs/plots/ker.py
docs/plots/kleinj.png
docs/plots/kleinj.py
docs/plots/kleinj2.png
docs/plots/kleinj2.py
docs/plots/laguerre.png
docs/plots/laguerre.py
docs/plots/lambertw.png
docs/plots/lambertw.py
docs/plots/lambertw_c.png
docs/plots/lambertw_c.py
docs/plots/legendre.png
docs/plots/legendre.py
docs/plots/lommels1.png
docs/plots/lommels1.py
docs/plots/lommels2.png
docs/plots/lommels2.py
docs/plots/pcfd.png
docs/plots/pcfd.py
docs/plots/spherharm40.png
docs/plots/spherharm40.py
docs/plots/spherharm41.png
docs/plots/spherharm41.py
docs/plots/spherharm42.png
docs/plots/spherharm42.py
docs/plots/spherharm43.png
docs/plots/spherharm43.py
docs/plots/spherharm44.png
docs/plots/spherharm44.py
mpmath/__init__.py
mpmath/__main__.py
mpmath/_interactive.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/libfp.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.egg-info/zip-safe
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/signals.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/test_basic_ops.py
mpmath/tests/test_bitwise.py
mpmath/tests/test_calculus.py
mpmath/tests/test_cli.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_extra_gamma.py
mpmath/tests/test_extra_zeta.py
mpmath/tests/test_format.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_module.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_torture.py
mpmath/tests/test_trig.py
mpmath/tests/test_visualization.py