$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84893 - in branches/release: . libs
From: dnljms_at_[hidden]
Date: 2013-06-23 17:45:05
Author: danieljames
Date: 2013-06-23 17:45:05 EDT (Sun, 23 Jun 2013)
New Revision: 84893
URL: http://svn.boost.org/trac/boost/changeset/84893
Log:
Merge new math links in libraries.htm
Properties modified: 
   branches/release/   (props changed)
   branches/release/libs/   (props changed)
   branches/release/libs/libraries.htm   (contents, props changed)
Text files modified: 
   branches/release/libs/libraries.htm |    32 ++++++++++++++++----------------        
   1 files changed, 16 insertions(+), 16 deletions(-)
Modified: branches/release/libs/libraries.htm
==============================================================================
--- branches/release/libs/libraries.htm	Sun Jun 23 17:38:14 2013	(r84892)
+++ branches/release/libs/libraries.htm	2013-06-23 17:45:05 EDT (Sun, 23 Jun 2013)	(r84893)
@@ -199,18 +199,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é Brönnimann.</li>
@@ -706,18 +704,20 @@
     Melquiond, Hervé Brö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