Modern Fortran library for fast, approximate math functions
This is a modern Fortran library for fast, approximate math functions: exp, log, 1/sqrt. These functions provide fast, approximate evaluations of the exponential, logarithm and normalization functions in 64-bit precision.
This is a modern Fortran library for fast, approximate math functions: exp, log, 1/sqrt. These functions provide fast, approximate evaluations of the exponential, logarithm and normalization functions in 64-bit precision.
To install fastmath, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fastmath
To see what files were installed by fastmath, run:
port contents fastmath
To later upgrade fastmath, run:
sudo port selfupdate && sudo port upgrade fastmath
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.