MAPM is a set of functions that allow the user to perform math to any level of accuracy that is desired. The precision of a number is only limited by 'INT_MAX' and available memory.
MAPM is a set of functions that allow the user to perform math to any level of accuracy that is desired. The precision of a number is only limited by 'INT_MAX' and available memory.
To install mapm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mapm
To see what files were installed by mapm, run:
port contents mapm
To later upgrade mapm, run:
sudo port selfupdate && sudo port upgrade mapm
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.