summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2013-06-23 21:45:05 +0000
committerDaniel James <daniel@calamity.org.uk>2013-06-23 21:45:05 +0000
commitcc61fc2fa75b09c49de4cf9adbee911b3305f83b (patch)
tree469331d613e98c63968cf55b1a8cd7239f5814ae /libs/libraries.htm
parent9f79162aaaa1b33bb7c7ad0fc116391fdf748e56 (diff)
downloadboost-cc61fc2fa75b09c49de4cf9adbee911b3305f83b.tar.gz
Merge new math links in libraries.htm
[SVN r84893]
Diffstat (limited to 'libs/libraries.htm')
-rw-r--r--libs/libraries.htm32
1 files changed, 16 insertions, 16 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index e0cbd4821c..39a89bfb31 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -199,18 +199,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>
@@ -706,18 +704,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