|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r64773 - in sandbox/SOC/2010/bits_and_ints/libs/integer/doc: . html html/boost_integer
From: muriloufg_at_[hidden]
Date: 2010-08-12 19:49:44
Author: murilov
Date: 2010-08-12 19:49:30 EDT (Thu, 12 Aug 2010)
New Revision: 64773
URL: http://svn.boost.org/trac/boost/changeset/64773
Log:
Improving docs
Text files modified:
sandbox/SOC/2010/bits_and_ints/libs/integer/doc/bits_and_ints.qbk | 5 +++--
sandbox/SOC/2010/bits_and_ints/libs/integer/doc/html/boost_integer/bits_and_ints.html | 8 ++------
sandbox/SOC/2010/bits_and_ints/libs/integer/doc/html/boost_integer/history.html | 4 ++--
sandbox/SOC/2010/bits_and_ints/libs/integer/doc/html/index.html | 2 +-
4 files changed, 8 insertions(+), 11 deletions(-)
Modified: sandbox/SOC/2010/bits_and_ints/libs/integer/doc/bits_and_ints.qbk
==============================================================================
--- sandbox/SOC/2010/bits_and_ints/libs/integer/doc/bits_and_ints.qbk (original)
+++ sandbox/SOC/2010/bits_and_ints/libs/integer/doc/bits_and_ints.qbk 2010-08-12 19:49:30 EDT (Thu, 12 Aug 2010)
@@ -220,7 +220,7 @@
[endsect]
[section:bit_reversal Bit Reversal]
-The bit reversal functions reverts the bits of integral types.
+The bit reversal functions reverses the bits of integral types.
[section Non-Member Function `bit_reversal`]
The run-time version can be included via [@../../../../boost/integer/bit_reversal.hpp <boost/integer/bit_reversal.hpp>].
@@ -935,6 +935,7 @@
int isqrt(uint8_t value);
int isqrt(uint16_t value);
int isqrt(uint32_t value);
+
[endsect]
*[*Returns: ] The square root of `value` rounded down.
@@ -963,7 +964,7 @@
``
isign(x, y) =
abs(x), if y is greater than or equal 0,
- -abs(x), if y is less than 0
+ -abs(x), if y is less than 0
``
The runtime functions are defined on [@../../../../boost/integer/isign.hpp <boost/integer/isign.hpp>] and the
Modified: sandbox/SOC/2010/bits_and_ints/libs/integer/doc/html/boost_integer/bits_and_ints.html
==============================================================================
--- sandbox/SOC/2010/bits_and_ints/libs/integer/doc/html/boost_integer/bits_and_ints.html (original)
+++ sandbox/SOC/2010/bits_and_ints/libs/integer/doc/html/boost_integer/bits_and_ints.html 2010-08-12 19:49:30 EDT (Thu, 12 Aug 2010)
@@ -450,7 +450,7 @@
<dt><span class="section">Examples</span></dt>
</dl></div>
<p>
- The bit reversal functions reverts the bits of integral types.
+ The bit reversal functions reverses the bits of integral types.
</p>
<div class="section" title="Non-Member Function bit_reversal">
<div class="titlepage"><div><div><h4 class="title">
@@ -1999,10 +1999,6 @@
<span class="keyword">int</span> <span class="identifier">isqrt</span><span class="special">(</span><span class="identifier">uint16_t</span> <span class="identifier">value</span><span class="special">);</span>
<span class="keyword">int</span> <span class="identifier">isqrt</span><span class="special">(</span><span class="identifier">uint32_t</span> <span class="identifier">value</span><span class="special">);</span>
</pre>
-<p>
- int isqrt(uint8_t value); int isqrt(uint16_t value); int isqrt(uint32_t
- value);
- </p>
</div>
<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
<span class="bold"><strong>Returns: </strong></span> The square root of <code class="computeroutput"><span class="identifier">value</span></code> rounded down.
@@ -2050,7 +2046,7 @@
</p>
<pre class="programlisting"><span class="identifier">isign</span><span class="special">(</span><span class="identifier">x</span><span class="special">,</span> <span class="identifier">y</span><span class="special">)</span> <span class="special">=</span>
<span class="identifier">abs</span><span class="special">(</span><span class="identifier">x</span><span class="special">),</span> <span class="keyword">if</span> <span class="identifier">y</span> <span class="identifier">is</span> <span class="identifier">greater</span> <span class="identifier">than</span> <span class="keyword">or</span> <span class="identifier">equal</span> <span class="number">0</span><span class="special">,</span>
-<span class="special">-</span><span class="identifier">abs</span><span class="special">(</span><span class="identifier">x</span><span class="special">),</span> <span class="keyword">if</span> <span class="identifier">y</span> <span class="identifier">is</span> <span class="identifier">less</span> <span class="identifier">than</span> <span class="number">0</span>
+ <span class="special">-</span><span class="identifier">abs</span><span class="special">(</span><span class="identifier">x</span><span class="special">),</span> <span class="keyword">if</span> <span class="identifier">y</span> <span class="identifier">is</span> <span class="identifier">less</span> <span class="identifier">than</span> <span class="number">0</span>
</pre>
<p>
</p>
Modified: sandbox/SOC/2010/bits_and_ints/libs/integer/doc/html/boost_integer/history.html
==============================================================================
--- sandbox/SOC/2010/bits_and_ints/libs/integer/doc/html/boost_integer/history.html (original)
+++ sandbox/SOC/2010/bits_and_ints/libs/integer/doc/html/boost_integer/history.html 2010-08-12 19:49:30 EDT (Thu, 12 Aug 2010)
@@ -26,7 +26,7 @@
<a name="boost_integer.history"></a><a class="link" href="history.html" title="History"> History</a>
</h2></div></div></div>
<a name="boost_integer.history.1_42_0"></a><h5>
-<a name="id36205757"></a>
+<a name="id36205752"></a>
<a class="link" href="history.html#boost_integer.history.1_42_0">1.42.0</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
@@ -55,7 +55,7 @@
</li>
</ul></div>
<a name="boost_integer.history.1_32_0"></a><h5>
-<a name="id36205877"></a>
+<a name="id36205873"></a>
<a class="link" href="history.html#boost_integer.history.1_32_0">1.32.0</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
Modified: sandbox/SOC/2010/bits_and_ints/libs/integer/doc/html/index.html
==============================================================================
--- sandbox/SOC/2010/bits_and_ints/libs/integer/doc/html/index.html (original)
+++ sandbox/SOC/2010/bits_and_ints/libs/integer/doc/html/index.html 2010-08-12 19:49:30 EDT (Thu, 12 Aug 2010)
@@ -255,7 +255,7 @@
</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: July 29, 2010 at 15:27:59 GMT</small></p></td>
+<td align="left"><p><small>Last revised: August 12, 2010 at 23:13:36 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
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