1. Home
  2. Browse
  3. mpdecimal

mpdecimal

v4.0.1#0Latest

Correctly rounded arbitrary precision decimal floating point arithmetic (libmpdec)

Install

Run the following Vcpkg command to install the port.

vcpkg install 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)

Dependencies

See source

Version

v4.0.1#0

Publication

Supports

!uwp

Homepage

bytereef.org/mpdecimal

Subtree

405de27f94

License

BSD-2-Clause

Definition

Manifest