pure-mpfr provides an interface to GNU MPFR from Pure. MPFR is a C library for multiple-precision floating-point computations with correct rounding. It is based on GMP which Pure also uses for its bigint support.
pure-mpfr provides an interface to GNU MPFR from Pure. MPFR is a C library for multiple-precision floating-point computations with correct rounding. It is based on GMP which Pure also uses for its bigint support.
To install pure-mpfr, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pure-mpfr
To see what files were installed by pure-mpfr, run:
port contents pure-mpfr
To later upgrade pure-mpfr, run:
sudo port selfupdate && sudo port upgrade pure-mpfr
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.