Skip to content

mpdecimalv4.0.1

Updated

Correctly rounded arbitrary precision decimal floating point arithmetic (libmpdec)

#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)

#Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

and 2 transitive dependencies:

#Used By

#Host Tool For

No ports use this.

#Contributors

  • miyan's avatarmiyan

#Changelog

  • 405de27[python] update to 3.13.15 (#53840)