Releases · boostorg/multiprecision

Boost.Multiprecision 1.89 Standalone

What's Changed

New Contributors

Full Changelog: Boost_1_88_0...Boost_1_89_0

Boost.Multiprecision 1.88 Standalone

What's Changed

New Contributors

Full Changelog: Boost_1_86_0...Boost_1_88_0

Boost.Multiprecision 1.86 Standalone

What's Changed

New Contributors

Full Changelog: Boost_1_85_0...Boost_1_86_0

Standalone release of Boost.Multiprecision which can be used on it's own without the rest of Boost, and/or in conjunction with the Boost.Math standalone release.

Boost.Multiprecision 1.85 Standalone

Changes from 1.84:

  • Fix deprecation warnings from C++23 PR#575
  • Fix cpp_bin_float for small bit counts PR#577
  • Fix -Wpessimizing-move PR#580
  • Add covecov runs
  • Reduce truncation in cpp_dec_float multiplication PR#585
  • Fix complex_adaptor to match precision requirements PR#597
  • Fix for breaking changes in tommath PR#603
  • Fix for types that can be converted to number participting in arithmetic operator overloads #608

Can be used independently, or in conjunction with the Boost.Math standalone package.

Boost.Multiprecision 1.84 Standalone

  • Change boost::array to std::array in the tests, fixes 567.
  • Correct cpp_int::eval_convert_to to be noexcept, fixes 553.
  • Make sure that changing the global precision, also changes the current thread precision.
  • Fix rational_adaptor construction bug, fixes 540.

Boost.Multiprecision 1.83 Standalone

This is the standalone package of Boost.Multiprecision from Boost 1.83. Can be used independently, or in conjunction with the Boost.Math standalone package.

Boost.Multiprecision 1.82 Standalone

This is the standalone package of Boost.Multiprecision from Boost 1.82. Can be used independently, or in conjunction with the Boost.Math standalone package.

Boost.Multiprecision 1.81 Standalone

This is the standalone package of Boost.Multiprecision from Boost 1.81. Can be used independently, or in conjunction with the Boost.Math standalone package.

Standalone Multiprecision from Boost-1.80

Standalone release of Boost.Multiprecision which can be used on it's own without the rest of Boost, and/or in conjunction with the Boost.Math standalone release.

Standalone Multiprecision from Boost-1.79

Initial standalone release of Multiprecision.
This release can be used entirely independently from the rest of Boost, and/or in conjunction with a standalone Boost.Math release.