= mpmath = == Description == 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. == Maintainers == * Mike Hansen * Fredrik Johansson == Upstream Contact == * Author: Fredrik Johansson * Email: fredrik.johansson@gmail.com * Website: http://code.google.com/p/mpmath/ == Dependencies == * Python == Changelog == === mpmath-0.17 (Fredrik Johansson, Feb 1, 2011) === * Updated to mpmath-0.17. === mpmath-0.16 (Fredrik Johansson, Oct 30, 2010) === * Updated to mpmath-0.16. === mpmath-0.15 (Fredrik Johansson, Jun 6th, 2010) === * Updated to mpmath-0.15. === mpmath-0.14 (Harald Schilly, Feb 20th, 2010) === * #8159: updated to mpmath-0.14. === mpmath-0.13 (Fredrik Johansson, August 14th, 2009) === * Updated to mpmath-0.13. === mpmath-0.12 (Mike Hansen, June 19th, 2009) === * Initial spkg.