How to Install and Uninstall python-mpmath-doc Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "python-mpmath-doc" package

This tutorial shows how to install python-mpmath-doc on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python-mpmath-doc

2. Uninstall "python-mpmath-doc" package

This tutorial shows how to uninstall python-mpmath-doc on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python-mpmath-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-mpmath-doc package on Ubuntu 21.10 (Impish Indri)

Package: python-mpmath-doc
Architecture: all
Version: 1.2.1-1build1
Multi-Arch: foreign
Priority: optional
Section: universe/doc
Source: mpmath
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 6412
Depends: libjs-sphinxdoc (>= 2.4.3-5~)
Suggests: python3-mpmath
Filename: pool/universe/m/mpmath/python-mpmath-doc_1.2.1-1build1_all.deb
Size: 1832408
MD5sum: 310dd9a9d25b41c8cefb8af298606619
SHA1: 99abed863843eea15213ca55d8691ae1a33fb624
SHA256: fd23e31ee1d71a988d8784a8ef507d513b6a8160f0036ca15b36f0fb0bb050ff
SHA512: 3afc306b404ce9b3d59587b63ad941ed491a651b04918e4a5ba6ba9607e5302a8d8be24386d5d205746656ec92fd55f85169d1d4eaa3db59b4662be4e0c1171d
Homepage: http://www.mpmath.org/
Description-en: 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.
Description-md5: d338629e7c2421c1961c35170d8b2fb8