aboutsummaryrefslogblamecommitdiff
path: root/math/py-mpmath/pkg-descr
blob: 07fced9913ede4518c8691e6d2855da4f71a2840 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                        
                           
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://www.mpmath.org/