mpdecimalv4.0.1
- Updated
Correctly rounded arbitrary precision decimal floating point arithmetic (libmpdec)
- Project website: https://www.bytereef.org/mpdecimal/
#Usage
mpdecimal provides the C library libmpdec. The C++ wrapper is not included.
It can be used with pkg-config from CMake:
find_package(PkgConfig REQUIRED)
pkg_check_modules(MPDEC REQUIRED IMPORTED_TARGET libmpdec)
target_link_libraries(main PRIVATE PkgConfig::MPDEC)#Features
No features defined.
#Dependencies
No dependencies.
#Host Dependencies
vcpkg-make
Platforms:
!windows | mingw
and 2 transitive dependencies:
- vcpkg-cmake (through vcpkg-cmake-get-vars)
- vcpkg-cmake-get-vars (through vcpkg-make)
#Used By
- python3 (feature
extensions)
#Host Tool For
No ports use this.
#Contributors
miyan