Name: | python3-gmpy2 |
Version: | 2.2.1 |
Release: | 1.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 706200 |
License: | LGPL-3.0-or-later |
RPM: |
python3-gmpy2-2.2.1-1.el10_0.x86_64.rpm
|
Source RPM: |
python-gmpy2-2.2.1-1.el10_0.src.rpm
|
Build Date: | Tue Dec 24 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://gmpy2.readthedocs.io/ |
Summary: | Python 3 interface to GMP, MPFR, and MPC |
Description: | This package contains a C-coded Python extension module that supports
multiple-precision arithmetic. It is the successor to the original
gmpy module. The gmpy module only supported the GMP multiple-precision
library. Gmpy2 adds support for the MPFR (correctly rounded real
floating-point arithmetic) and MPC (correctly rounded complex
floating-point arithmetic) libraries. It also updates the API and
naming conventions to be more consistent and support the additional
functionality. |