From 661e421253c1f4e4ecd9f372f2f4d4043fa3e294 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 19 Oct 2008 13:50:08 +0000 Subject: 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. WWW: http://code.google.com/p/mpmath/ PR: ports/128133 Submitted by: Wen Heping --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index 7c6b8b8fad30..0aaa8816a708 100644 --- a/math/Makefile +++ b/math/Makefile @@ -393,6 +393,7 @@ SUBDIR += py-igraph SUBDIR += py-mathdom SUBDIR += py-matplotlib + SUBDIR += py-mpmath SUBDIR += py-mpz SUBDIR += py-networkx SUBDIR += py-numarray -- cgit