Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Update to 0.18 | wen | 2014-01-06 | 3 | -257/+5 |
| | | | | - Stage support | ||||
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | bapt | 2013-09-21 | 1 | -5/+2 |
| | | | | math) | ||||
* | - Update to 0.17 | wen | 2011-02-14 | 3 | -8/+7 |
| | |||||
* | - Update to 0.16 | wen | 2010-09-29 | 3 | -4/+19 |
| | |||||
* | - Update to 0.15 | wen | 2010-06-07 | 3 | -4/+19 |
| | |||||
* | - Update to 0.14 | wen | 2010-04-01 | 3 | -133/+139 |
| | | | | - Update my email to FreeBSD | ||||
* | - Fix build after textproc/py-sphinx update | miwi | 2009-04-05 | 2 | -7/+3 |
| | | | | | PR; 133360 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) | ||||
* | - Fix pkg-plist | miwi | 2008-12-06 | 2 | -2/+3 |
| | | | | | PR: 129408 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) | ||||
* | - Fix plist | miwi | 2008-10-25 | 1 | -1/+0 |
| | | | | Reported by: erwinbot | ||||
* | Mpmath is a pure-Python library for multiprecision floating-point | miwi | 2008-10-19 | 4 | -0/+256 |
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> |