Quellcode durchsuchen

Merge new math links in libraries.htm

[SVN r84893]
Daniel James vor 13 Jahren
Ursprung
Commit
cc61fc2fa7
1 geänderte Dateien mit 16 neuen und 16 gelöschten Zeilen
  1. 16 16
      libs/libraries.htm

+ 16 - 16
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

粤ICP备19079148号