How to Install and Uninstall python3-mpmath Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-mpmath" package

Here is a brief guide to show you how to install python3-mpmath on Kali Linux

$ sudo apt update $ sudo apt install python3-mpmath

2. Uninstall "python3-mpmath" package

Please follow the steps below to uninstall python3-mpmath on Kali Linux:

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

3. Information about the python3-mpmath package on Kali Linux

Package: python3-mpmath
Source: mpmath
Version: 1.2.1-2
Installed-Size: 1967
Maintainer: Sandro Tosi
Architecture: all
Depends: python3:any
Suggests: python-mpmath-doc, python3-gmpy2, python3-matplotlib
Size: 418264
SHA256: 2c219b63cbab11b27208ef4141c116cbb022dc1236e84981fadb46042f3ce235
SHA1: d6fa46c112660beb97fdb29b7067f92c0c1fca42
MD5sum: f2587079b579379871b99d272dd56d63
Description: 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:
Homepage: https://www.mpmath.org/
Section: python
Priority: optional
Filename: pool/main/m/mpmath/python3-mpmath_1.2.1-2_all.deb