mpmath 1.2.1-2 source package in Ubuntu
Changelog
mpmath (1.2.1-2) unstable; urgency=medium [ Debian Janitor ] * Use secure URI in Homepage field. [ Sandro Tosi ] * debian/patches/PR570.patch - fix ReDOS vulnerability, CVE-2021-29063; Closes: #990576 -- Sandro Tosi <email address hidden> Thu, 30 Sep 2021 22:38:15 -0400
Upload details
- Uploaded by:
- Sandro Tosi
- Uploaded to:
- Sid
- Original maintainer:
- Sandro Tosi
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | python | |
Lunar | release | universe | python | |
Kinetic | release | universe | python | |
Jammy | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
mpmath_1.2.1-2.dsc | 2.1 KiB | c461cc3b8ff860761b8a6dab076e70320f4e32dc26463229ef6577d7ff61981e |
mpmath_1.2.1.orig.tar.xz | 1.9 MiB | 84e8d777906588a00b0d57a29c8371d7f5cd8aecb53f3e8f7db66be8d2a55c73 |
mpmath_1.2.1-2.debian.tar.xz | 7.1 KiB | d2b1d1bc7350e3b7223aa35dd40439e0d279fbdc3e9ea75422d4e18d6294e826 |
Available diffs
No changes file available.
Binary packages built by this source
- python-mpmath-doc: 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.
- python3-mpmath: 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.