diff --git a/libs/libraries.htm b/libs/libraries.htm index 3343238ef7..09986db6fa 100644 --- a/libs/libraries.htm +++ b/libs/libraries.htm @@ -701,6 +701,8 @@ of arbitrary data for persistence and marshalling, from Robert Ramey A wide selection of univariate statistical distributions and functions that operate on them from John Maddock and Paul Bristow
  • multi_array - Multidimensional containers and adaptors for arrays of contiguous data, from Ron Garcia.
  • +
  • multiprecision - Extended precision arithmetic types + for floating point, integer and rational arithmetic from John Maddock and Christopher Kormanyos.
  • numeric/conversion - Optimized Policy-based Numeric Conversions, from Fernando
  • operators - Templates @@ -886,3 +888,4 @@ or www.boost.org/LICENSE_1_0.txt< + diff --git a/libs/maintainers.txt b/libs/maintainers.txt index fddd74b47f..a38db66aa4 100644 --- a/libs/maintainers.txt +++ b/libs/maintainers.txt @@ -67,6 +67,7 @@ mpl Aleksey Gurtovoy msm Christophe Henry multi_array Ronald Garcia multi_index Joaquin M Lopez Munoz +multiprecision John Maddock , christopher Kormanyos numeric/conversion Fernando Cacciola , Brandon Kohn numeric/interval Sylvain Pion , Herve Bronnimann , Guillaume Melquiond numeric/ublas Michael Stevens @@ -117,3 +118,4 @@ wave Hartmut Kaiser xpressive Eric Niebler +