The MPFR library is a C library for multiple-precision floating-point computations with correct rounding
Run the following Vcpkg command to install the port.
vcpkg install mpfr
The package mpfr can be imported via CMake FindPkgConfig module:
find_package(PkgConfig) pkg_check_modules(mpfr REQUIRED IMPORTED_TARGET mpfr) target_link_libraries(main PRIVATE PkgConfig::mpfr)
v4.1.0#6
Aug 25, 2022
All
mpfr.org
3af5e21083
LGPL-3.0-or-later
Manifest