Debian packages on transit

only installed packages

Package: python3-mpmath
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 1967
Maintainer: Sandro Tosi <morph@debian.org> [Debian Bug Report]
Architecture: all
Source: mpmath
Version: 1.2.1-2
Depends: python3:any
Suggests: python-mpmath-doc, python3-gmpy2, python3-matplotlib
Description: library for arbitrary-precision floating-point arithmetic (Python3)
 Mpmath is a pure-Python library for multiprecision floating-point
 arithmetic. It provides an extensive set of transcendental functions,
 unlimited exponent sizes, complex numbers, interval arithmetic,
 numerical integration and differentiation, root-finding, linear
 algebra, and much more. Almost any calculation can be performed just
 as well at 10-digit or 1000-digit precision, and in many cases mpmath
 implements asymptotically fast algorithms that scale well for
 extremely high precision work.
 
 If available, mpmath will (optionally) use gmpy to speed up high
 precision operations. If matplotlib is available, mpmath also
 provides a convenient plotting interface.
 
 Its features include:
 
   * Fair performance -- typically 10-100x faster than Python's
     decimal library
   * Transcendental functions -- all functions from Python's math and
     cmath modules, plus a few more like gamma, factorial, erf
   * Complex numbers -- with support for transcendental functions
   * Directed rounding -- floor, ceiling, down, up, half-down,
     half-up, half-even
   * Unlimited exponents -- no overflow or underflow
 
 This package contains the Python 3 version of mpmath.
Homepage: https://www.mpmath.org/

Files owned by package python3-mpmath:

/usr
/usr/lib
/usr/lib/python3
/usr/lib/python3/dist-packages
/usr/lib/python3/dist-packages/mpmath
/usr/lib/python3/dist-packages/mpmath-0.0.0.egg-info
/usr/lib/python3/dist-packages/mpmath-0.0.0.egg-info/PKG-INFO
/usr/lib/python3/dist-packages/mpmath-0.0.0.egg-info/dependency_links.txt
/usr/lib/python3/dist-packages/mpmath-0.0.0.egg-info/requires.txt
/usr/lib/python3/dist-packages/mpmath-0.0.0.egg-info/top_level.txt
/usr/lib/python3/dist-packages/mpmath/__init__.py
/usr/lib/python3/dist-packages/mpmath/calculus
/usr/lib/python3/dist-packages/mpmath/calculus/__init__.py
/usr/lib/python3/dist-packages/mpmath/calculus/approximation.py
/usr/lib/python3/dist-packages/mpmath/calculus/calculus.py
/usr/lib/python3/dist-packages/mpmath/calculus/differentiation.py
/usr/lib/python3/dist-packages/mpmath/calculus/extrapolation.py
/usr/lib/python3/dist-packages/mpmath/calculus/inverselaplace.py
/usr/lib/python3/dist-packages/mpmath/calculus/odes.py
/usr/lib/python3/dist-packages/mpmath/calculus/optimization.py
/usr/lib/python3/dist-packages/mpmath/calculus/polynomials.py
/usr/lib/python3/dist-packages/mpmath/calculus/quadrature.py
/usr/lib/python3/dist-packages/mpmath/ctx_base.py
/usr/lib/python3/dist-packages/mpmath/ctx_fp.py
/usr/lib/python3/dist-packages/mpmath/ctx_iv.py
/usr/lib/python3/dist-packages/mpmath/ctx_mp.py
/usr/lib/python3/dist-packages/mpmath/ctx_mp_python.py
/usr/lib/python3/dist-packages/mpmath/function_docs.py
/usr/lib/python3/dist-packages/mpmath/functions
/usr/lib/python3/dist-packages/mpmath/functions/__init__.py
/usr/lib/python3/dist-packages/mpmath/functions/bessel.py
/usr/lib/python3/dist-packages/mpmath/functions/elliptic.py
/usr/lib/python3/dist-packages/mpmath/functions/expintegrals.py
/usr/lib/python3/dist-packages/mpmath/functions/factorials.py
/usr/lib/python3/dist-packages/mpmath/functions/functions.py
/usr/lib/python3/dist-packages/mpmath/functions/hypergeometric.py
/usr/lib/python3/dist-packages/mpmath/functions/orthogonal.py
/usr/lib/python3/dist-packages/mpmath/functions/qfunctions.py
/usr/lib/python3/dist-packages/mpmath/functions/rszeta.py
/usr/lib/python3/dist-packages/mpmath/functions/theta.py
/usr/lib/python3/dist-packages/mpmath/functions/zeta.py
/usr/lib/python3/dist-packages/mpmath/functions/zetazeros.py
/usr/lib/python3/dist-packages/mpmath/identification.py
/usr/lib/python3/dist-packages/mpmath/libmp
/usr/lib/python3/dist-packages/mpmath/libmp/__init__.py
/usr/lib/python3/dist-packages/mpmath/libmp/backend.py
/usr/lib/python3/dist-packages/mpmath/libmp/gammazeta.py
/usr/lib/python3/dist-packages/mpmath/libmp/libelefun.py
/usr/lib/python3/dist-packages/mpmath/libmp/libhyper.py
/usr/lib/python3/dist-packages/mpmath/libmp/libintmath.py
/usr/lib/python3/dist-packages/mpmath/libmp/libmpc.py
/usr/lib/python3/dist-packages/mpmath/libmp/libmpf.py
/usr/lib/python3/dist-packages/mpmath/libmp/libmpi.py
/usr/lib/python3/dist-packages/mpmath/math2.py
/usr/lib/python3/dist-packages/mpmath/matrices
/usr/lib/python3/dist-packages/mpmath/matrices/__init__.py
/usr/lib/python3/dist-packages/mpmath/matrices/calculus.py
/usr/lib/python3/dist-packages/mpmath/matrices/eigen.py
/usr/lib/python3/dist-packages/mpmath/matrices/eigen_symmetric.py
/usr/lib/python3/dist-packages/mpmath/matrices/linalg.py
/usr/lib/python3/dist-packages/mpmath/matrices/matrices.py
/usr/lib/python3/dist-packages/mpmath/rational.py
/usr/lib/python3/dist-packages/mpmath/tests
/usr/lib/python3/dist-packages/mpmath/tests/__init__.py
/usr/lib/python3/dist-packages/mpmath/tests/extratest_gamma.py
/usr/lib/python3/dist-packages/mpmath/tests/extratest_zeta.py
/usr/lib/python3/dist-packages/mpmath/tests/runtests.py
/usr/lib/python3/dist-packages/mpmath/tests/test_basic_ops.py
/usr/lib/python3/dist-packages/mpmath/tests/test_bitwise.py
/usr/lib/python3/dist-packages/mpmath/tests/test_calculus.py
/usr/lib/python3/dist-packages/mpmath/tests/test_compatibility.py
/usr/lib/python3/dist-packages/mpmath/tests/test_convert.py
/usr/lib/python3/dist-packages/mpmath/tests/test_diff.py
/usr/lib/python3/dist-packages/mpmath/tests/test_division.py
/usr/lib/python3/dist-packages/mpmath/tests/test_eigen.py
/usr/lib/python3/dist-packages/mpmath/tests/test_eigen_symmetric.py
/usr/lib/python3/dist-packages/mpmath/tests/test_elliptic.py
/usr/lib/python3/dist-packages/mpmath/tests/test_fp.py
/usr/lib/python3/dist-packages/mpmath/tests/test_functions.py
/usr/lib/python3/dist-packages/mpmath/tests/test_functions2.py
/usr/lib/python3/dist-packages/mpmath/tests/test_gammazeta.py
/usr/lib/python3/dist-packages/mpmath/tests/test_hp.py
/usr/lib/python3/dist-packages/mpmath/tests/test_identify.py
/usr/lib/python3/dist-packages/mpmath/tests/test_interval.py
/usr/lib/python3/dist-packages/mpmath/tests/test_levin.py
/usr/lib/python3/dist-packages/mpmath/tests/test_linalg.py
/usr/lib/python3/dist-packages/mpmath/tests/test_matrices.py
/usr/lib/python3/dist-packages/mpmath/tests/test_mpmath.py
/usr/lib/python3/dist-packages/mpmath/tests/test_ode.py
/usr/lib/python3/dist-packages/mpmath/tests/test_pickle.py
/usr/lib/python3/dist-packages/mpmath/tests/test_power.py
/usr/lib/python3/dist-packages/mpmath/tests/test_quad.py
/usr/lib/python3/dist-packages/mpmath/tests/test_rootfinding.py
/usr/lib/python3/dist-packages/mpmath/tests/test_special.py
/usr/lib/python3/dist-packages/mpmath/tests/test_str.py
/usr/lib/python3/dist-packages/mpmath/tests/test_summation.py
/usr/lib/python3/dist-packages/mpmath/tests/test_trig.py
/usr/lib/python3/dist-packages/mpmath/tests/test_visualization.py
/usr/lib/python3/dist-packages/mpmath/tests/torture.py
/usr/lib/python3/dist-packages/mpmath/usertools.py
/usr/lib/python3/dist-packages/mpmath/visualization.py
/usr/share
/usr/share/doc
/usr/share/doc/python3-mpmath
/usr/share/doc/python3-mpmath/changelog.Debian.gz
/usr/share/doc/python3-mpmath/changelog.gz
/usr/share/doc/python3-mpmath/copyright


Generated by dpkg-www 2.64