2f241ed96b
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>
11 lines
622 B
Text
11 lines
622 B
Text
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/
|