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

Last updated: November 27,2024

1. Install "python-mpmath-doc" package

In this section, we are going to explain the necessary steps to install python-mpmath-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-mpmath-doc" package

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

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

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

Package: python-mpmath-doc
Priority: optional
Section: universe/doc
Installed-Size: 7535
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Source: mpmath
Version: 0.19-3
Depends: libjs-sphinxdoc (>= 1.0)
Suggests: python-mpmath
Filename: pool/universe/m/mpmath/python-mpmath-doc_0.19-3_all.deb
Size: 2435646
MD5sum: dd3d40a580ef006d84f77a65238feebe
SHA1: b5963b8f7ff6460a537fc850c017845bd0b9d9ca
SHA256: c543e68c4dd02279f379732580ad5a24f9f5174c31f8970b0a5ee8da63e895eb
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
Homepage: http://www.mpmath.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu