Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84328 - trunk/libs
From: john_at_[hidden]
Date: 2013-05-17 13:12:02


Author: johnmaddock
Date: 2013-05-17 13:12:01 EDT (Fri, 17 May 2013)
New Revision: 84328
URL: http://svn.boost.org/trac/boost/changeset/84328

Log:
Update links to new Math lib docs.
Text files modified:
   trunk/libs/libraries.htm | 32 ++++++++++++++++----------------
   1 files changed, 16 insertions(+), 16 deletions(-)

Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm (original)
+++ trunk/libs/libraries.htm 2013-05-17 13:12:01 EDT (Fri, 17 May 2013)
@@ -202,18 +202,16 @@
     <li>log - Logging library, from Andrey Semashev</li>
     <li>math - Several contributions in the
     domain of mathematics, from various authors.</li>
- <li>math/complex number algorithms -
+ <li>math/complex number algorithms -
     These complex number algorithms are the inverses of trigonometric functions currently present in the C++ standard, from John Maddock.</li>
- <li>math/common_factor - Greatest
+ <li>math/common_factor - Greatest
     common divisor and least common multiple, from Daryle Walker.</li>
- <li>math/octonion -
- Octonions, from Hubert Holin.</li>
- <li>math/quaternion -
- Quaternions, from Hubert Holin.</li>
- <li>math/special_functions -
- A wide selection of mathematical special functions from John Maddock, Paul Bristow, Hubert Holin and Xiaogang Zhang.</li>
- <li>math/statistical distributions -
- A wide selection of univariate statistical distributions and functions that operate on them from John Maddock and Paul Bristow</li>
+ <li>math/constants - A wide range of numeric constants from Paul Bristow and John Maddock.</li>
+ <li>math/floating point utilities - Utilities for manipulating floating point values from Johan Rade.</li>
+ <li>math/octonion - Octonions, from Hubert Holin.</li>
+ <li>math/special_functions - A wide selection of mathematical special functions from John Maddock, Paul Bristow, Hubert Holin and Xiaogang Zhang.</li>
+ <li>math/statistical distributions - A wide selection of univariate statistical distributions and functions that operate on them from John Maddock and Paul Bristow</li>
+ <li>math/quaternion - Quaternions, from Hubert Holin.</li>
     <li>minmax - standard library
         extensions for simultaneous min/max and min/max element computations,
     from Herv&eacute; Br&ouml;nnimann.</li>
@@ -708,18 +706,20 @@
     Melquiond, Herv&eacute; Br&ouml;nnimann and Sylvain Pion.</li>
     <li>math - Several contributions in the
     domain of mathematics, from various authors.</li>
- <li>math/complex number algorithms -
+ <li>math/complex number algorithms -
     These complex number algorithms are the inverses of trigonometric functions currently present in the C++ standard, from John Maddock.</li>
- <li>math/common_factor - Greatest
+ <li>math/common_factor - Greatest
     common divisor and least common multiple, from Daryle Walker.</li>
- <li>math/octonion -
+ <li>math/octonion -
         Octonions, from Hubert Holin.</li>
- <li>math/quaternion -
+ <li>math/quaternion -
         Quaternions, from Hubert Holin.</li>
- <li>math/special_functions -
+ <li>math/special_functions -
         A wide selection of mathematical special functions from John Maddock, Paul Bristow, Hubert Holin and Xiaogang Zhang.</li>
- <li>math/statistical distributions -
+ <li>math/statistical distributions -
         A wide selection of univariate statistical distributions and functions that operate on them from John Maddock and Paul Bristow</li>
+ <li>math/constants - A wide range of numberic constants from John Maddock and Paul Bristow.</li>
+ <li>math/floating point utilities - Floating point manipulation utilities from Johan Rade.</li>
     <li>multi_array - Multidimensional
     containers and adaptors for arrays of contiguous data, from Ron Garcia.</li>
     <li>multiprecision - Extended precision arithmetic types


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk