| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Python library for arbitrary-precision floating-point arithmetic.
Website: https://mpmath.org/ Main author: Fredrik Johansson <fredrik.johansson@gmail.com>
Mpmath is free software released under the New BSD License (see the LICENSE file for details).
The following people (among others) have contributed major patches or new features to mpmath:
Numerous other people have contributed by reporting bugs, requesting new features, or suggesting improvements to the documentation.
For a detailed changelog, including individual contributions, see the CHANGES file.
Fredrik's work on mpmath during summer 2008 was sponsored by Google as part of the Google Summer of Code program.
Fredrik's work on mpmath during summer 2009 was sponsored by the American Institute of Mathematics under the support of the National Science Foundation Grant No. 0757627 (FRG: L-functions and Modular Forms).
Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the sponsors.
Credit also goes to:
Release history:
Mpmath requires Python 3.10 or later versions. It has been tested with CPython 3.10 through 3.15 and for PyPy 3.11.
The latest release of mpmath can be downloaded from the mpmath website and from https://github.com/mpmath/mpmath/releases
It should also be available in the Python Package Index at https://pypi.python.org/pypi/mpmath
To install latest release of Mpmath with pip, simply run
pip install mpmath
or from the source tree
pip install .
The latest development code is available from https://github.com/mpmath/mpmath
See the main documentation for more detailed instructions.
Documentation in reStructuredText format is available in the docs directory included with the source package. These files are human-readable, but can be compiled to prettier HTML using Sphinx.
The most recent documentation is also available in HTML format:
https://mpmath.readthedocs.io/
The unit tests in mpmath/tests/ can be run with pytest, see the main documentation.
You may also want to check out the demo scripts in the demo directory.
The master branch is automatically tested on the Github Actions.
Mpmath is a work in progress. Major issues include:
General questions and comments can be sent to the mpmath mailinglist.
You can also report bugs and send patches to the mpmath issue tracker, https://github.com/mpmath/mpmath/issues
See also our contributing guidelines.
| Back | FazBrowse Home | New Git URL |