How to Install and Uninstall python-mpmath-doc Package on Kali Linux

Last updated: September 20,2024

1. Install "python-mpmath-doc" package

This guide let you learn how to install python-mpmath-doc on Kali Linux

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

2. Uninstall "python-mpmath-doc" package

Please follow the step by step instructions below to uninstall python-mpmath-doc on Kali Linux:

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

3. Information about the python-mpmath-doc package on Kali Linux

Package: python-mpmath-doc
Source: mpmath
Version: 1.2.1-2
Installed-Size: 6479
Maintainer: Sandro Tosi
Architecture: all
Depends: libjs-sphinxdoc (>= 2.4.3-5~)
Suggests: python3-mpmath
Size: 1852548
SHA256: 3895ea83b1edc71fae2a4be29522b9dd28daf6aad5293a2249d46742ffbbfeed
SHA1: 79129ad5e7e5e5bd53beaef38201fc860b3babcf
MD5sum: 872d87fab187ee05eaf5f34ae8b9f0da
Description: 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:
Multi-Arch: foreign
Homepage: https://www.mpmath.org/
Tag: devel::doc, devel::examples, devel::lang:python, made-of::html,
role::documentation
Section: doc
Priority: optional
Filename: pool/main/m/mpmath/python-mpmath-doc_1.2.1-2_all.deb