General multiple precision arithmetic module for Python
GMPY2 is a C-coded Python extension module that supports fast multiple-precision arithmetic. GMPY2 supports integer and rational arithmetic (using the GMP library), correctly rounded multiple-precision real arithmetic (using the MPFR library), and complex arithmetic (using the MPC library).
GMPY2 is a C-coded Python extension module that supports fast multiple-precision arithmetic. GMPY2 supports integer and rational arithmetic (using the GMP library), correctly rounded multiple-precision real arithmetic (using the MPFR library), and complex arithmetic (using the MPC library).
To install py313-gmpy2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py313-gmpy2
To see what files were installed by py313-gmpy2, run:
port contents py313-gmpy2
To later upgrade py313-gmpy2, run:
sudo port selfupdate && sudo port upgrade py313-gmpy2
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.