Tweak math/geg version 1.0.2_7
[dports.git] / math / py-mpmath / pkg-descr
1 Mpmath is a pure-Python library for multiprecision floating-point
2 arithmetic. It provides an extensive set of transcendental functions,
3 unlimited exponent sizes, complex numbers, interval arithmetic,
4 numerical integration and differentiation, root-finding, linear algebra,
5 and much more. Almost any calculation can be performed just as well at
6 10-digit or 1000-digit precision, and in many cases mpmath implements
7 asymptotically fast algorithms that scale well for extremely high
8 precision work. If available, mpmath will (optionally) use gmpy to
9 speed up high precision operations.
10
11 WWW: http://code.google.com/p/mpmath/