A lightweight fixed-point numeric data type for GNU Octave, implemented as a class (@fxp/fxp.m).
A lightweight fixed-point numeric data type for GNU Octave, implemented as a class (@fxp/fxp.m). The library is intended for fixed-point modeling, algorithm validation, and educational use.
A lightweight fixed-point numeric data type for GNU Octave, implemented as a class (@fxp/fxp.m). The library is intended for fixed-point modeling, algorithm validation, and educational use.
To install octave-fxp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install octave-fxp
To see what files were installed by octave-fxp, run:
port contents octave-fxp
To later upgrade octave-fxp, run:
sudo port selfupdate && sudo port upgrade octave-fxp
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.