Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-10-11 11:59:49


Author: johnmaddock
Date: 2007-10-11 11:59:48 EDT (Thu, 11 Oct 2007)
New Revision: 39928
URL: http://svn.boost.org/trac/boost/changeset/39928

Log:
Fixed some typos, and rebuilt docs.
Text files modified:
   trunk/libs/math/doc/complex/complex-tr1.qbk | 5 +++--
   trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex.html | 4 ++--
   trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acos.html | 4 ++--
   trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acosh.html | 4 ++--
   trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/asin.html | 4 ++--
   trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/asinh.html | 4 ++--
   trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/atan.html | 4 ++--
   trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/atanh.html | 4 ++--
   trunk/libs/math/doc/complex/html/index.html | 2 +-
   trunk/libs/math/doc/html/index.html | 6 +++---
   trunk/libs/math/doc/math.qbk | 6 +++---
   11 files changed, 24 insertions(+), 23 deletions(-)

Modified: trunk/libs/math/doc/complex/complex-tr1.qbk
==============================================================================
--- trunk/libs/math/doc/complex/complex-tr1.qbk (original)
+++ trunk/libs/math/doc/complex/complex-tr1.qbk 2007-10-11 11:59:48 EDT (Thu, 11 Oct 2007)
@@ -1,5 +1,5 @@
 [article Complex Number TR1 Algorithms
- [quickbook 1.3]
+ [quickbook 1.4]
     [copyright 2005 John Maddock]
     [purpose Complex number arithmetic]
     [license
@@ -18,12 +18,13 @@
 [def __exm1 '''<code>e<superscript>x</superscript> - 1</code>''']
 [def __ex '''<code>e<superscript>x</superscript></code>''']
 [def __te '''2&#x03B5;''']
+[template tr1[] [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf Technical Report on C++ Library Extensions]]
 
 [section:inverse_complex Complex Number Inverse Trigonometric Functions]
 
 The following complex number algorithms are the inverses of trigonometric functions currently
 present in the C++ standard. Equivalents to these functions are part of the C99 standard, and
-will be part of the forthcoming Technical Report on C++ Standard Library Extensions.
+are part of the [tr1].
 
 [section:implementation Implementation and Accuracy]
 

Modified: trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex.html
==============================================================================
--- trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex.html (original)
+++ trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex.html 2007-10-11 11:59:48 EDT (Thu, 11 Oct 2007)
@@ -47,8 +47,8 @@
 <p>
       The following complex number algorithms are the inverses of trigonometric functions
       currently present in the C++ standard. Equivalents to these functions are part
- of the C99 standard, and will be part of the forthcoming Technical Report on
- C++ Standard Library Extensions.
+ of the C99 standard, and are part of the <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf" target="_top">Technical
+ Report on C++ Library Extensions</a>.
     </p>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acos.html
==============================================================================
--- trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acos.html (original)
+++ trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acos.html 2007-10-11 11:59:48 EDT (Thu, 11 Oct 2007)
@@ -28,14 +28,14 @@
       acos</a>
 </h3></div></div></div>
 <a name="complex_number_tr1_algorithms.inverse_complex.acos.header_"></a><h5>
-<a name="id436338"></a>
+<a name="id436432"></a>
         <a href="acos.html#complex_number_tr1_algorithms.inverse_complex.acos.header_">Header:</a>
       </h5>
 <pre class="programlisting">
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">complex</span><span class="special">/</span><span class="identifier">acos</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="complex_number_tr1_algorithms.inverse_complex.acos.synopsis_"></a><h5>
-<a name="id437634"></a>
+<a name="id440224"></a>
         <a href="acos.html#complex_number_tr1_algorithms.inverse_complex.acos.synopsis_">Synopsis:</a>
       </h5>
 <pre class="programlisting">

Modified: trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acosh.html
==============================================================================
--- trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acosh.html (original)
+++ trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acosh.html 2007-10-11 11:59:48 EDT (Thu, 11 Oct 2007)
@@ -28,14 +28,14 @@
       acosh</a>
 </h3></div></div></div>
 <a name="complex_number_tr1_algorithms.inverse_complex.acosh.header_"></a><h5>
-<a name="id490054"></a>
+<a name="id490128"></a>
         <a href="acosh.html#complex_number_tr1_algorithms.inverse_complex.acosh.header_">Header:</a>
       </h5>
 <pre class="programlisting">
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">complex</span><span class="special">/</span><span class="identifier">acosh</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="complex_number_tr1_algorithms.inverse_complex.acosh.synopsis_"></a><h5>
-<a name="id490148"></a>
+<a name="id490222"></a>
         <a href="acosh.html#complex_number_tr1_algorithms.inverse_complex.acosh.synopsis_">Synopsis:</a>
       </h5>
 <pre class="programlisting">

Modified: trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/asin.html
==============================================================================
--- trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/asin.html (original)
+++ trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/asin.html 2007-10-11 11:59:48 EDT (Thu, 11 Oct 2007)
@@ -28,14 +28,14 @@
       asin</a>
 </h3></div></div></div>
 <a name="complex_number_tr1_algorithms.inverse_complex.asin.header_"></a><h5>
-<a name="id440199"></a>
+<a name="id489856"></a>
         <a href="asin.html#complex_number_tr1_algorithms.inverse_complex.asin.header_">Header:</a>
       </h5>
 <pre class="programlisting">
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">complex</span><span class="special">/</span><span class="identifier">asin</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="complex_number_tr1_algorithms.inverse_complex.asin.synopsis_"></a><h5>
-<a name="id440293"></a>
+<a name="id436225"></a>
         <a href="asin.html#complex_number_tr1_algorithms.inverse_complex.asin.synopsis_">Synopsis:</a>
       </h5>
 <pre class="programlisting">

Modified: trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/asinh.html
==============================================================================
--- trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/asinh.html (original)
+++ trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/asinh.html 2007-10-11 11:59:48 EDT (Thu, 11 Oct 2007)
@@ -28,14 +28,14 @@
       asinh</a>
 </h3></div></div></div>
 <a name="complex_number_tr1_algorithms.inverse_complex.asinh.header_"></a><h5>
-<a name="id436096"></a>
+<a name="id436170"></a>
         <a href="asinh.html#complex_number_tr1_algorithms.inverse_complex.asinh.header_">Header:</a>
       </h5>
 <pre class="programlisting">
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">complex</span><span class="special">/</span><span class="identifier">asinh</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="complex_number_tr1_algorithms.inverse_complex.asinh.synopsis_"></a><h5>
-<a name="id489848"></a>
+<a name="id489922"></a>
         <a href="asinh.html#complex_number_tr1_algorithms.inverse_complex.asinh.synopsis_">Synopsis:</a>
       </h5>
 <pre class="programlisting">

Modified: trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/atan.html
==============================================================================
--- trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/atan.html (original)
+++ trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/atan.html 2007-10-11 11:59:48 EDT (Thu, 11 Oct 2007)
@@ -28,14 +28,14 @@
       atan</a>
 </h3></div></div></div>
 <a name="complex_number_tr1_algorithms.inverse_complex.atan.header_"></a><h5>
-<a name="id437840"></a>
+<a name="id440431"></a>
         <a href="atan.html#complex_number_tr1_algorithms.inverse_complex.atan.header_">Header:</a>
       </h5>
 <pre class="programlisting">
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">complex</span><span class="special">/</span><span class="identifier">atan</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="complex_number_tr1_algorithms.inverse_complex.atan.synopsis_"></a><h5>
-<a name="id435889"></a>
+<a name="id435963"></a>
         <a href="atan.html#complex_number_tr1_algorithms.inverse_complex.atan.synopsis_">Synopsis:</a>
       </h5>
 <pre class="programlisting">

Modified: trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/atanh.html
==============================================================================
--- trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/atanh.html (original)
+++ trunk/libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/atanh.html 2007-10-11 11:59:48 EDT (Thu, 11 Oct 2007)
@@ -28,14 +28,14 @@
       atanh</a>
 </h3></div></div></div>
 <a name="complex_number_tr1_algorithms.inverse_complex.atanh.header_"></a><h5>
-<a name="id490355"></a>
+<a name="id490429"></a>
         <a href="atanh.html#complex_number_tr1_algorithms.inverse_complex.atanh.header_">Header:</a>
       </h5>
 <pre class="programlisting">
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">complex</span><span class="special">/</span><span class="identifier">atanh</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="complex_number_tr1_algorithms.inverse_complex.atanh.synopsis_"></a><h5>
-<a name="id490450"></a>
+<a name="id490524"></a>
         <a href="atanh.html#complex_number_tr1_algorithms.inverse_complex.atanh.synopsis_">Synopsis:</a>
       </h5>
 <pre class="programlisting">

Modified: trunk/libs/math/doc/complex/html/index.html
==============================================================================
--- trunk/libs/math/doc/complex/html/index.html (original)
+++ trunk/libs/math/doc/complex/html/index.html 2007-10-11 11:59:48 EDT (Thu, 11 Oct 2007)
@@ -28,7 +28,7 @@
 </h3></div></div></div>
 <div><p class="copyright">Copyright © 2005 John Maddock</p></div>
 <div><div class="legalnotice">
-<a name="id489768"></a><p>
+<a name="id435842"></a><p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: trunk/libs/math/doc/html/index.html
==============================================================================
--- trunk/libs/math/doc/html/index.html (original)
+++ trunk/libs/math/doc/html/index.html 2007-10-11 11:59:48 EDT (Thu, 11 Oct 2007)
@@ -63,8 +63,8 @@
           <p>
             These complex number algorithms are the inverses of trigonometric functions
             currently present in the C++ standard. Equivalents to these functions
- are part of the C99 standard, and will be part of the forthcoming Technical
- Report on C++ Standard Library Extensions.
+ are part of the C99 standard, and are part of the <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf" target="_top">Technical
+ Report on C++ Library Extensions</a>.
           </p>
           </td>
 </tr>
@@ -362,7 +362,7 @@
 </table></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: December 29, 2006 at 11:08:32 +0000</small></p></td>
+<td align="left"><p><small>Last revised: October 11, 2007 at 12:47:11 +0100</small></p></td>
 <td align="right"><small></small></td>
 </tr></table>
 <hr>

Modified: trunk/libs/math/doc/math.qbk
==============================================================================
--- trunk/libs/math/doc/math.qbk (original)
+++ trunk/libs/math/doc/math.qbk 2007-10-11 11:59:48 EDT (Thu, 11 Oct 2007)
@@ -1,5 +1,5 @@
 [article Boost.Math
- [quickbook 1.3]
+ [quickbook 1.4]
     [license
         Distributed under the Boost Software License, Version 1.0.
         (See accompanying file LICENSE_1_0.txt or copy at
@@ -24,7 +24,7 @@
 [def __oct_complex_formula ['[^o = ('''&#x03B1; + &#x03B2;i) + (&#x03B3; + &#x03B4;i)j + (&#x03B5; + &#x03B6;i)e' + (&#x03B7; - &#x03B8;i)j' ''']]]
 [def __oct_quat_formula ['[^o = ('''&#x03B1; + &#x03B2;i + &#x03B3;j + &#x03B4;k) + (&#x03B5; + &#x03B6;i + &#x03B7;j - &#x03B8;j)e' ''']]]
 [def __oct_not_equal ['[^x(yz) '''&#x2260;''' (xy)z]]]
-
+[template tr1[] [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf Technical Report on C++ Library Extensions]]
 
 The following mathematical libraries are present in Boost:
 
@@ -35,7 +35,7 @@
    [
 These complex number algorithms are the inverses of trigonometric functions currently
 present in the C++ standard. Equivalents to these functions are part of the C99 standard, and
-will be part of the forthcoming Technical Report on C++ Standard Library Extensions.
+are part of the [tr1].
    ]]
    
    [[[@../gcd/html/index.html Greatest Common Divisor and Least Common Multiple]]


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