Added multiprecision library.

[SVN r81764]
This commit is contained in:
John Maddock 2012-12-07 17:13:34 +00:00
parent ef29d25043
commit 4391253c29
2 changed files with 5 additions and 0 deletions

View file

@ -701,6 +701,8 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
A wide selection of univariate statistical distributions and functions that operate on them from John Maddock and Paul Bristow</li>
<li><a href="multi_array/doc/index.html">multi_array</a> - Multidimensional
containers and adaptors for arrays of contiguous data, from Ron Garcia.</li>
<li><a href="multiprecision/doc/index.html">multiprecision</a> - Extended precision arithmetic types
for floating point, integer and rational arithmetic from John Maddock and Christopher Kormanyos.</li>
<li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
from Fernando </li>
<li><a href="utility/operators.htm">operators</a> - Templates
@ -886,3 +888,4 @@ or <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt<
</body>
</html>

View file

@ -67,6 +67,7 @@ mpl Aleksey Gurtovoy <agurtovoy -at- meta-comm.com>
msm Christophe Henry <christophe.j.henry -at- googlemail.com>
multi_array Ronald Garcia <garcia -at- osl.iu.edu>
multi_index Joaquin M Lopez Munoz <joaquin -at- tid.es>
multiprecision John Maddock <john -at- johnmaddock.co.uk>, christopher Kormanyos <e_float -at- yahoo.com>
numeric/conversion Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>, Brandon Kohn <blkohn -at- hotmail.com>
numeric/interval Sylvain Pion <Sylvain.Pion -at- sophia.inria.fr>, Herve Bronnimann <hbr -at- poly.edu>, Guillaume Melquiond <guillaume.melquiond -at- ens-lyon.fr>
numeric/ublas Michael Stevens <michael -at- michael-stevens.de>
@ -117,3 +118,4 @@ wave Hartmut Kaiser <hartmut.kaiser -at- gmail.com>
xpressive Eric Niebler <eric -at- boostpro.com>