Update links to new Math lib docs.

[SVN r84328]
This commit is contained in:
John Maddock 2013-05-17 17:12:01 +00:00
parent 34b6f7b928
commit a047887edf

View file

@ -202,18 +202,16 @@ how to download, build, and install the libraries.</p>
<li><a href="log/index.html">log</a> - Logging library, from Andrey Semashev</li>
<li><a href="math/doc/index.html">math</a> - Several contributions in the
domain of mathematics, from various authors.</li>
<li><a href="math/doc/complex/html/index.html">math/complex number algorithms</a> -
<li><a href="math/doc/html/inverse_complex.html">math/complex number algorithms</a> -
These complex number algorithms are the inverses of trigonometric functions currently present in the C++ standard, from John Maddock.</li>
<li><a href="math/doc/common_factor.html">math/common_factor</a> - Greatest
<li><a href="math/doc/html/gcd_lcm.html">math/common_factor</a> - Greatest
common divisor and least common multiple, from Daryle Walker.</li>
<li><a href="math/doc/octonion/html/index.html">math/octonion</a> -
Octonions, from Hubert Holin.</li>
<li><a href="math/doc/quaternion/html/index.html">math/quaternion</a> -
Quaternions, from Hubert Holin.</li>
<li><a href="math/doc/sf_and_dist/html/index.html">math/special_functions</a> -
A wide selection of mathematical special functions from John Maddock, Paul Bristow, Hubert Holin and Xiaogang Zhang.</li>
<li><a href="math/doc/sf_and_dist/html/index.html">math/statistical distributions</a> -
A wide selection of univariate statistical distributions and functions that operate on them from John Maddock and Paul Bristow</li>
<li><a href="math/doc/html/constants.html">math/constants</a> - A wide range of numeric constants from Paul Bristow and John Maddock.</li>
<li><a href="math/doc/html/utils.html">math/floating point utilities</a> - Utilities for manipulating floating point values from Johan Rade.</li>
<li><a href="math/doc/html/octonions.html">math/octonion</a> - Octonions, from Hubert Holin.</li>
<li><a href="math/doc/html/special.html">math/special_functions</a> - A wide selection of mathematical special functions from John Maddock, Paul Bristow, Hubert Holin and Xiaogang Zhang.</li>
<li><a href="math/doc/html/dist.html">math/statistical distributions</a> - A wide selection of univariate statistical distributions and functions that operate on them from John Maddock and Paul Bristow</li>
<li><a href="math/doc/html/quaternions.html">math/quaternion</a> - Quaternions, from Hubert Holin.</li>
<li><a href="algorithm/minmax/index.html">minmax</a> - standard library
extensions for simultaneous min/max and min/max element computations,
from Herv&eacute; Br&ouml;nnimann.</li>
@ -708,18 +706,20 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
Melquiond, Herv&eacute; Br&ouml;nnimann and Sylvain Pion.</li>
<li><a href="math/doc/index.html">math</a> - Several contributions in the
domain of mathematics, from various authors.</li>
<li><a href="math/doc/complex/html/index.html">math/complex number algorithms</a> -
<li><a href="math/doc/html/inverse_complex.html">math/complex number algorithms</a> -
These complex number algorithms are the inverses of trigonometric functions currently present in the C++ standard, from John Maddock.</li>
<li><a href="math/doc/common_factor.html">math/common_factor</a> - Greatest
<li><a href="math/doc/html/gcd_lcm.html">math/common_factor</a> - Greatest
common divisor and least common multiple, from Daryle Walker.</li>
<li><a href="math/doc/octonion/html/index.html">math/octonion</a> -
<li><a href="math/doc/html/octonions.html">math/octonion</a> -
Octonions, from Hubert Holin.</li>
<li><a href="math/doc/quaternion/html/index.html">math/quaternion</a> -
<li><a href="math/doc/html/quaternions.html">math/quaternion</a> -
Quaternions, from Hubert Holin.</li>
<li><a href="math/doc/sf_and_dist/html/index.html">math/special_functions</a> -
<li><a href="math/doc/html/special.html">math/special_functions</a> -
A wide selection of mathematical special functions from John Maddock, Paul Bristow, Hubert Holin and Xiaogang Zhang.</li>
<li><a href="math/doc/sf_and_dist/html/index.html">math/statistical distributions</a> -
<li><a href="math/doc/html/dist.html">math/statistical distributions</a> -
A wide selection of univariate statistical distributions and functions that operate on them from John Maddock and Paul Bristow</li>
<li><a href="math/doc/html/constants.html">math/constants</a> - A wide range of numberic constants from John Maddock and Paul Bristow.</li>
<li><a href="math/doc/html/utils.html">math/floating point utilities</a> - Floating point manipulation utilities from Johan Rade.</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/index.html">multiprecision</a> - Extended precision arithmetic types