https://store-images.s-microsoft.com/image/apps.6717.380c76a8-ba9a-479c-8d98-eab464bcfc53.4680163e-cf1d-40da-ad1b-42930fde61e7.b0cb0935-c130-4eb7-8dbf-edfe8f4430c0

Mpmath

pcloudhosting

Mpmath

pcloudhosting

Version 1.4.0 + Free Support on Ubuntu 24.04

mpmath is a pure-Python library for performing arbitrary-precision floating-point arithmetic. Designed for high-precision scientific computing, it allows calculations involving real and complex numbers with as much precision as needed. mpmath is commonly used in research, education, and applications requiring more accuracy than native floating-point types can offer.

Features of mpmath:

  • Arbitrary-precision arithmetic for real and complex numbers.
  • Supports transcendental and special functions (e.g., exponential, trigonometric, Bessel functions).
  • Advanced numerical algorithms for differentiation, integration, root-finding, and more.
  • Matrix operations, linear algebra, and Fourier transforms with high precision.
  • Plotting utilities for visualizing functions.
  • Pure Python implementation—no compilation needed.
  • Compatible with NumPy and works well alongside SymPy.
  • Cross-platform and easy to install via pip or from source.
To check mpmath version:
$ sudo su
$ source ~/mpmath-venv/bin/activate
$ python -c "import mpmath; print(mpmath.__version__)"

Disclaimer: mpmath is open-source software distributed under the BSD license. It is not affiliated with, endorsed by, or sponsored by any commercial entity. The software is provided "as is", without warranty of any kind. Users are responsible for ensuring correct usage and compliance with any relevant regulations or licensing conditions.