パッケージ: python3-mpmath (1.3.0-1)
python3-mpmath に関するリンク
Debian の資源:
mpmath ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [www.mpmath.org]
類似のパッケージ:
library for arbitrary-precision floating-point arithmetic (Python3)
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. If matplotlib is available, mpmath also provides a convenient plotting interface.
Its features include:
* Fair performance -- typically 10-100x faster than Python's decimal library * Transcendental functions -- all functions from Python's math and cmath modules, plus a few more like gamma, factorial, erf * Complex numbers -- with support for transcendental functions * Directed rounding -- floor, ceiling, down, up, half-down, half-up, half-even * Unlimited exponents -- no overflow or underflow
This package contains the Python 3 version of mpmath.
その他の python3-mpmath 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- sug: python-mpmath-doc
- library for arbitrary-precision floating-point arithmetic - Documentation
-
- sug: python3-gmpy2
- interfaces GMP to Python 3 for fast, unbound-precision computations
-
- sug: python3-matplotlib
- Python based plotting system in a style similar to Matlab