How to Install and Uninstall python3-mpmath Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python3-mpmath" package

Learn how to install python3-mpmath on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-mpmath

2. Uninstall "python3-mpmath" package

This is a short guide on how to uninstall python3-mpmath on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-mpmath $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-mpmath package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-mpmath
Priority: optional
Section: universe/python
Installed-Size: 1915
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Source: mpmath
Version: 0.19-3
Depends: python3:any (>= 3.3.2-2~)
Suggests: python3-gmpy2, python3-matplotlib, python-mpmath-doc
Filename: pool/universe/m/mpmath/python3-mpmath_0.19-3_all.deb
Size: 391410
MD5sum: edb8e3d124fb57fbde8ebf611b8e3847
SHA1: 2be5a2eeb9afc0f7ac3b112d207da68a82757831
SHA256: aa5cf5d2bf55e1e735204458923021f594aa6f189cb2a0ef7db1452171f8949e
Description-en: 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.
Description-md5: 1fe0defc6bc8924e23914d13b987ed7a
Homepage: http://www.mpmath.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu