Arbitrary Precision Arithmetic (APA) package for Octave/Matlab.
Arbitrary Precision Arithmetic (APA) package for Octave/Matlab. This package is a wrapper around the MPFR library, which provides arbitrary precision floating-point arithmetic. The package allows users to perform calculations with a precision that can be set at runtime, making it suitable for applications that require high precision, such as numerical analysis and scientific computing.
Arbitrary Precision Arithmetic (APA) package for Octave/Matlab. This package is a wrapper around the MPFR library, which provides arbitrary precision floating-point arithmetic. The package allows users to perform calculations with a precision that can be set at runtime, making it suitable for applications that require high precision, such as numerical analysis and scientific computing.
To install octave-apa, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install octave-apa
To see what files were installed by octave-apa, run:
port contents octave-apa
To later upgrade octave-apa, run:
sudo port selfupdate && sudo port upgrade octave-apa
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.