Date: Sun, 19 Oct 2008 13:50:08 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/py-mpmath Makefile distinfo pkg-descr pkg-plist Message-ID: <200810191350.m9JDo8SX099551@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2008-10-19 13:50:08 UTC
FreeBSD ports repository
Modified files:
math Makefile
Added files:
math/py-mpmath Makefile distinfo pkg-descr pkg-plist
Log:
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 <wenheping at gmail.com>
Revision Changes Path
1.567 +1 -0 ports/math/Makefile
1.1 +33 -0 ports/math/py-mpmath/Makefile (new)
1.1 +3 -0 ports/math/py-mpmath/distinfo (new)
1.1 +11 -0 ports/math/py-mpmath/pkg-descr (new)
1.1 +209 -0 ports/math/py-mpmath/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810191350.m9JDo8SX099551>
