Fast and exact implementation of the C++ from_chars functions for float and double types
The fast_float library provides fast header-only implementations for the C++ from_chars functions for float and double types. These functions convert ASCII strings representing decimal values (e.g., 1.3e10) into binary types.
The fast_float library provides fast header-only implementations for the C++ from_chars functions for float and double types. These functions convert ASCII strings representing decimal values (e.g., 1.3e10) into binary types.
To install fast-float, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fast-float
To see what files were installed by fast-float, run:
port contents fast-float
To later upgrade fast-float, run:
sudo port selfupdate && sudo port upgrade fast-float
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.