mpmath 1.2.1-1build1 source package in Ubuntu

Changelog

mpmath (1.2.1-1build1) hirsute; urgency=medium

  * No change rebuild with fixed ownership.

 -- Dimitri John Ledkov <email address hidden>  Tue, 16 Feb 2021 17:03:38 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mpmath_1.2.1.orig.tar.xz 1.9 MiB 84e8d777906588a00b0d57a29c8371d7f5cd8aecb53f3e8f7db66be8d2a55c73
mpmath_1.2.1-1build1.debian.tar.xz 6.4 KiB 9104d799b37fba74ca578eb19a1b248fea79783953c1cc6343933440efce4447
mpmath_1.2.1-1build1.dsc 2.2 KiB 4a3653f35f6c457fb9b198f2117a1a091d48163f71aa8095734b9450676edd76

View changes file

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.