| Projects on Google Code | Results 1 - 3 of 3 |
A C-coded Python extension module that wraps the GMP library to provide to Python code fast multiprecision arithmetic (integer, rational, and float), random number generation, advanced number-theoretical functions, and more.
#summary Front page
==Status==
* 2009-08-13: mpmath 0.13 released. See the [http://groups.google.com/group/mpmath/browse_thread/thread/960b02f0a2ed5dfa announcement] and [http://mpmath.googlecode.com/svn/trunk/CHANGES changelog] for details.
([History Older news])
==About mpmath==
Mpmat...
The *python-gmp* library offers a set of Python bindings for the [http://gmplib.org/ GNU MP (Multiple Precision)] library (GMP). The GMP library is written in C, optimized for speed, and has been in use, and continually developed and refined since 1991. The following description of the GMP library i...