1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
Source: mpmath
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
dh-sequence-sphinxdoc,
python3-all,
python3-py,
python3-pytest,
python3-setuptools,
python3-sphinx,
texlive-latex-base,
texlive-latex-extra,
Standards-Version: 4.6.2
Homepage: https://www.mpmath.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/mpmath.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/mpmath
Rules-Requires-Root: no
Package: python3-mpmath
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
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.
Package: python-mpmath-doc
Architecture: all
Section: doc
Depends: libjs-mathjax,
${misc:Depends},
${sphinxdoc:Depends},
Suggests: python3-mpmath,
Multi-Arch: foreign
Description: library for arbitrary-precision floating-point arithmetic - Documentation
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 documentation for mpmath Python module.
|