Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85365 - in sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits: . implementation/is_bounded int
From: pbristow_at_[hidden]
Date: 2013-08-16 12:58:05


Author: pbristow
Date: 2013-08-16 12:58:05 EDT (Fri, 16 Aug 2013)
New Revision: 85365
URL: http://svn.boost.org/trac/boost/changeset/85365

Log:
html files too

Added:
   sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/implementation/is_bounded/round_style.html (contents, props changed)
   sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/int/
   sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/int/bool.html (contents, props changed)
   sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/int/cpp_bin_128.html (contents, props changed)
   sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/int/double.html (contents, props changed)
   sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/limits32.html (contents, props changed)
   sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/version_32.html (contents, props changed)

Added: sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/implementation/is_bounded/round_style.html
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/implementation/is_bounded/round_style.html 2013-08-16 12:58:05 EDT (Fri, 16 Aug 2013) (r85365)
@@ -0,0 +1,43 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>route_style</title>
+<link rel="stylesheet" href="../../../../../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
+<link rel="home" href="../../../../../index.html" title="Chapter&#160;1.&#160;Boost.Multiprecision">
+<link rel="up" href="../is_bounded.html" title="is_bounded">
+<link rel="prev" href="digits10.html" title="digits10">
+<link rel="next" href="../../version_32.html" title="">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<div class="spirit-nav">
+<a accesskey="p" href="digits10.html"><img src="../../../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../is_bounded.html"><img src="../../../../../images/up.png" alt="Up"></a><a accesskey="h" href="../../../../../index.html"><img src="../../../../../images/home.png" alt="Home"></a><a accesskey="n" href="../../version_32.html"><img src="../../../../../images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h6 class="title">
+<a name="boost_multiprecision.tut.limits.implementation.is_bounded.round_style"></a><a class="link" href="round_style.html" title="route_style">route_style</a>
+</h6></div></div></div>
+<p>
+ For integer types, round_style is always towards zero.
+ </p>
+<p>
+ For <code class="computeroutput"><span class="identifier">cpp_dec_float</span></code> rounds
+ in no particular direction, which is to say it doesn't round at all.
+ And since there are guard digits, it's not really the same as truncation
+ (round toward zero) either.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2002-2013 John Maddock and Christopher Kormanyos<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>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="digits10.html"><img src="../../../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../is_bounded.html"><img src="../../../../../images/up.png" alt="Up"></a><a accesskey="h" href="../../../../../index.html"><img src="../../../../../images/home.png" alt="Home"></a><a accesskey="n" href="../../version_32.html"><img src="../../../../../images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>

Added: sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/int/bool.html
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/int/bool.html 2013-08-16 12:58:05 EDT (Fri, 16 Aug 2013) (r85365)
@@ -0,0 +1,70 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>bool</title>
+<link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
+<link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Boost.Multiprecision">
+<link rel="up" href="../int.html" title="int">
+<link rel="prev" href="double.html" title="double">
+<link rel="next" href="../unsgned_int.html" title="unsigned int">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<div class="spirit-nav">
+<a accesskey="p" href="double.html"><img src="../../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../int.html"><img src="../../../../images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../images/home.png" alt="Home"></a><a accesskey="n" href="../unsgned_int.html"><img src="../../../../images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_multiprecision.tut.limits.int.bool"></a><a class="link" href="bool.html" title="bool">bool</a>
+</h5></div></div></div>
+<pre class="programlisting">Type bool std::numeric_limits::&lt;bool&gt;
+
+unsigned.
+is integer.
+is exact.
+no infinity.
+no quiet NaN.
+no signaling NaN.
+not IEC599.
+is bound.
+no modulo.
+radix 2
+digits 1
+digits10 0
+max_digits10 0
+min_exponent 0
+min_exponent10 0
+max_exponent 0
+max_exponent10 0
+no tinyness_before.
+no trapping.
+Member functions.
+max = 1
+lowest = 0
+min = 0
+epsilon = 0
+round_error = 0 ULP.
+infinity = 0
+ = 0
+quiet_NaN = 0
+ = 0
+signaling_NaN = 0
+ = 0
+denorm_min = 0
+ = 0
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2002-2013 John Maddock and Christopher Kormanyos<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>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="double.html"><img src="../../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../int.html"><img src="../../../../images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../images/home.png" alt="Home"></a><a accesskey="n" href="../unsgned_int.html"><img src="../../../../images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>

Added: sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/int/cpp_bin_128.html
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/int/cpp_bin_128.html 2013-08-16 12:58:05 EDT (Fri, 16 Aug 2013) (r85365)
@@ -0,0 +1,75 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>cpp_bin_128</title>
+<link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
+<link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Boost.Multiprecision">
+<link rel="up" href="../int.html" title="int">
+<link rel="prev" href="../int.html" title="int">
+<link rel="next" href="double.html" title="double">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<div class="spirit-nav">
+<a accesskey="p" href="../int.html"><img src="../../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../int.html"><img src="../../../../images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../images/home.png" alt="Home"></a><a accesskey="n" href="double.html"><img src="../../../../images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_multiprecision.tut.limits.int.cpp_bin_128"></a><a class="link" href="cpp_bin_128.html" title="cpp_bin_128">cpp_bin_128</a>
+</h5></div></div></div>
+<pre class="programlisting">cpp_bin_128
+
+Type class boost::multiprecision::number&lt;class boost::multiprecision::backends::cpp_bin_float&lt;113&gt;,1&gt; std::numeric_limits::&lt;class boost::multiprecision::number&lt;class boost::multiprecision::backends::cpp_bin_float&lt;113&gt;,1&gt;&gt;
+
+is signed.
+not integer (fixed or float-point).
+not exact.
+has infinity.
+has quiet NaN.
+no signaling NaN.
+Denorm style is denorm_absent.
+no denorm loss.
+Round style is round_to_nearest.
+not IEC599.
+is bound.
+no modulo.
+radix 2
+digits 113
+digits10 34
+max_digits10 36
+min_exponent -2147483422
+min_exponent10 -646392383
+max_exponent 2147483421
+max_exponent10 646392383
+no tinyness_before.
+traps
+Member functions.
+max = 1.63354649160934880280088921869168513e+646456925
+lowest = -1.63354649160934880280088921869168513e+646456925
+min = 6.12165007323919491478110663394226253e-646456926
+epsilon = 1.92592994438723585305597794258492732e-34
+round_error = 0.5 ULP.
+infinity = inf
+ = inf
+quiet_NaN = nan
+ = nan
+signaling_NaN = 0
+ = 0
+denorm_min = 0
+ = 0
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2002-2013 John Maddock and Christopher Kormanyos<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>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../int.html"><img src="../../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../int.html"><img src="../../../../images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../images/home.png" alt="Home"></a><a accesskey="n" href="double.html"><img src="../../../../images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>

Added: sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/int/double.html
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/int/double.html 2013-08-16 12:58:05 EDT (Fri, 16 Aug 2013) (r85365)
@@ -0,0 +1,75 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>double</title>
+<link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
+<link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Boost.Multiprecision">
+<link rel="up" href="../int.html" title="int">
+<link rel="prev" href="cpp_bin_128.html" title="cpp_bin_128">
+<link rel="next" href="bool.html" title="bool">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<div class="spirit-nav">
+<a accesskey="p" href="cpp_bin_128.html"><img src="../../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../int.html"><img src="../../../../images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../images/home.png" alt="Home"></a><a accesskey="n" href="bool.html"><img src="../../../../images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_multiprecision.tut.limits.int.double"></a><a class="link" href="double.html" title="double">double</a>
+</h5></div></div></div>
+<pre class="programlisting">built-in double
+
+Type double std::numeric_limits::&lt;double&gt;
+
+is signed.
+not integer (fixed or float-point).
+not exact.
+has infinity.
+has quiet NaN.
+has signaling NaN.
+Denorm style is denorm_present.
+has denorm loss.
+Round style is round_to_nearest.
+is IEC599.
+is bound.
+no modulo.
+radix 2
+digits 53
+digits10 15
+max_digits10 17
+min_exponent -1021
+min_exponent10 -307
+max_exponent 1024
+max_exponent10 308
+Can tiny values before rounding.
+traps
+Member functions.
+max = 1.7976931348623157e+308
+lowest = -1.7976931348623157e+308
+min = 2.2250738585072014e-308
+epsilon = 2.2204460492503131e-016
+round_error = 0.5 ULP.
+infinity = 1.#INF
+ = 1.#INF
+quiet_NaN = 1.#QNAN
+ = 1.#QNAN
+signaling_NaN = 1.#QNAN
+ = 1.#QNAN
+denorm_min = 4.9406564584124654e-324
+ = 4.9406564584124654e-324
+ </pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2002-2013 John Maddock and Christopher Kormanyos<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>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="cpp_bin_128.html"><img src="../../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../int.html"><img src="../../../../images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../images/home.png" alt="Home"></a><a accesskey="n" href="bool.html"><img src="../../../../images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>

Added: sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/limits32.html
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/limits32.html 2013-08-16 12:58:05 EDT (Fri, 16 Aug 2013) (r85365)
@@ -0,0 +1,1552 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>Numeric limits for 32-bit platform</title>
+<link rel="stylesheet" href="../../../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Boost.Multiprecision">
+<link rel="up" href="../limits.html" title="Numeric Limits">
+<link rel="prev" href="version_32.html" title="">
+<link rel="next" href="../../ref.html" title="Reference">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<div class="spirit-nav">
+<a accesskey="p" href="version_32.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../limits.html"><img src="../../../images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../images/home.png" alt="Home"></a><a accesskey="n" href="../../ref.html"><img src="../../../images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_multiprecision.tut.limits.limits32"></a><a class="link" href="limits32.html" title="Numeric limits for 32-bit platform">Numeric limits
+ for 32-bit platform</a>
+</h4></div></div></div>
+<div class="table">
+<a name="boost_multiprecision.tut.limits.limits32.integral_constants"></a><p class="title"><b>Table&#160;1.4.&#160;Integer types constants (<code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">numeric_limits</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;::</span><span class="identifier">is_integer</span>
+ <span class="special">==</span> <span class="keyword">true</span></code>)</b></p>
+<div class="table-contents"><table class="table" summary="Integer types constants (std::numeric_limits&lt;T&gt;::is_integer
+ == true)">
+<colgroup>
+<col>
+<col>
+<col>
+<col>
+<col>
+<col>
+<col>
+<col>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ type
+ </p>
+ </th>
+<th>
+ <p>
+ signed
+ </p>
+ </th>
+<th>
+ <p>
+ exact
+ </p>
+ </th>
+<th>
+ <p>
+ bound
+ </p>
+ </th>
+<th>
+ <p>
+ modulo
+ </p>
+ </th>
+<th>
+ <p>
+ round
+ </p>
+ </th>
+<th>
+ <p>
+ radix
+ </p>
+ </th>
+<th>
+ <p>
+ digits
+ </p>
+ </th>
+<th>
+ <p>
+ digits10
+ </p>
+ </th>
+<th>
+ <p>
+ max_digits10
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ bool
+ </p>
+ </td>
+<td>
+ <p>
+ unsigned
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ bound
+ </p>
+ </td>
+<td>
+ <p>
+ no modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 1
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ short
+ </p>
+ </td>
+<td>
+ <p>
+ signed
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ bound
+ </p>
+ </td>
+<td>
+ <p>
+ modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 15
+ </p>
+ </td>
+<td>
+ <p>
+ 4
+ </p>
+ </td>
+<td>
+ <p>
+ 6
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ int
+ </p>
+ </td>
+<td>
+ <p>
+ signed
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ bound
+ </p>
+ </td>
+<td>
+ <p>
+ modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 31
+ </p>
+ </td>
+<td>
+ <p>
+ 9
+ </p>
+ </td>
+<td>
+ <p>
+ 11
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ unsigned
+ </p>
+ </td>
+<td>
+ <p>
+ unsigned
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ bound
+ </p>
+ </td>
+<td>
+ <p>
+ modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 32
+ </p>
+ </td>
+<td>
+ <p>
+ 9
+ </p>
+ </td>
+<td>
+ <p>
+ 11
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ long
+ </p>
+ </td>
+<td>
+ <p>
+ signed
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ bound
+ </p>
+ </td>
+<td>
+ <p>
+ modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 31
+ </p>
+ </td>
+<td>
+ <p>
+ 9
+ </p>
+ </td>
+<td>
+ <p>
+ 11
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ unsigned long
+ </p>
+ </td>
+<td>
+ <p>
+ unsigned
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ bound
+ </p>
+ </td>
+<td>
+ <p>
+ modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 32
+ </p>
+ </td>
+<td>
+ <p>
+ 9
+ </p>
+ </td>
+<td>
+ <p>
+ 11
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ long long
+ </p>
+ </td>
+<td>
+ <p>
+ signed
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ bound
+ </p>
+ </td>
+<td>
+ <p>
+ modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 63
+ </p>
+ </td>
+<td>
+ <p>
+ 18
+ </p>
+ </td>
+<td>
+ <p>
+ 20
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ unsigned long long
+ </p>
+ </td>
+<td>
+ <p>
+ unsigned
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ bound
+ </p>
+ </td>
+<td>
+ <p>
+ modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 64
+ </p>
+ </td>
+<td>
+ <p>
+ 19
+ </p>
+ </td>
+<td>
+ <p>
+ 21
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ int32_t
+ </p>
+ </td>
+<td>
+ <p>
+ signed
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ bound
+ </p>
+ </td>
+<td>
+ <p>
+ modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 31
+ </p>
+ </td>
+<td>
+ <p>
+ 9
+ </p>
+ </td>
+<td>
+ <p>
+ 11
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ int64_t
+ </p>
+ </td>
+<td>
+ <p>
+ signed
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ bound
+ </p>
+ </td>
+<td>
+ <p>
+ modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 63
+ </p>
+ </td>
+<td>
+ <p>
+ 18
+ </p>
+ </td>
+<td>
+ <p>
+ 20
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ int128_t
+ </p>
+ </td>
+<td>
+ <p>
+ signed
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ bound
+ </p>
+ </td>
+<td>
+ <p>
+ modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 128
+ </p>
+ </td>
+<td>
+ <p>
+ 38
+ </p>
+ </td>
+<td>
+ <p>
+ 40
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ int256_t
+ </p>
+ </td>
+<td>
+ <p>
+ signed
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ bound
+ </p>
+ </td>
+<td>
+ <p>
+ modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 256
+ </p>
+ </td>
+<td>
+ <p>
+ 77
+ </p>
+ </td>
+<td>
+ <p>
+ 79
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ int512_t
+ </p>
+ </td>
+<td>
+ <p>
+ signed
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ bound
+ </p>
+ </td>
+<td>
+ <p>
+ modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 512
+ </p>
+ </td>
+<td>
+ <p>
+ 154
+ </p>
+ </td>
+<td>
+ <p>
+ 156
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ uint32_t
+ </p>
+ </td>
+<td>
+ <p>
+ unsigned
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ bound
+ </p>
+ </td>
+<td>
+ <p>
+ modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 32
+ </p>
+ </td>
+<td>
+ <p>
+ 9
+ </p>
+ </td>
+<td>
+ <p>
+ 11
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ uint64_t
+ </p>
+ </td>
+<td>
+ <p>
+ unsigned
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ bound
+ </p>
+ </td>
+<td>
+ <p>
+ modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 64
+ </p>
+ </td>
+<td>
+ <p>
+ 19
+ </p>
+ </td>
+<td>
+ <p>
+ 21
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ uint128_t
+ </p>
+ </td>
+<td>
+ <p>
+ unsigned
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ bound
+ </p>
+ </td>
+<td>
+ <p>
+ modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 128
+ </p>
+ </td>
+<td>
+ <p>
+ 38
+ </p>
+ </td>
+<td>
+ <p>
+ 40
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ uint256_t
+ </p>
+ </td>
+<td>
+ <p>
+ unsigned
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ bound
+ </p>
+ </td>
+<td>
+ <p>
+ modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 256
+ </p>
+ </td>
+<td>
+ <p>
+ 77
+ </p>
+ </td>
+<td>
+ <p>
+ 79
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ uint512_t
+ </p>
+ </td>
+<td>
+ <p>
+ unsigned
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ bound
+ </p>
+ </td>
+<td>
+ <p>
+ modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 512
+ </p>
+ </td>
+<td>
+ <p>
+ 154
+ </p>
+ </td>
+<td>
+ <p>
+ 156
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ cpp_int
+ </p>
+ </td>
+<td>
+ <p>
+ signed
+ </p>
+ </td>
+<td>
+ <p>
+ exact
+ </p>
+ </td>
+<td>
+ <p>
+ unbounded
+ </p>
+ </td>
+<td>
+ <p>
+ no modulo
+ </p>
+ </td>
+<td>
+ <p>
+ toward_zero
+ </p>
+ </td>
+<td>
+ <p>
+ 2
+ </p>
+ </td>
+<td>
+ <p>
+ 2147483647
+ </p>
+ </td>
+<td>
+ <p>
+ 646392383
+ </p>
+ </td>
+<td>
+ <p>
+ 646392385
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<br class="table-break"><div class="table">
+<a name="boost_multiprecision.tut.limits.limits32.integral_functions"></a><p class="title"><b>Table&#160;1.5.&#160;Integer types functions (<code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">numeric_limits</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;::</span><span class="identifier">is_integer</span>
+ <span class="special">==</span> <span class="keyword">true</span></code>)</b></p>
+<div class="table-contents"><table class="table" summary="Integer types functions (std::numeric_limits&lt;T&gt;::is_integer
+ == true)">
+<colgroup>
+<col>
+<col>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ type
+ </p>
+ </th>
+<th>
+ <p>
+ max
+ </p>
+ </th>
+<th>
+ <p>
+ lowest
+ </p>
+ </th>
+<th>
+ <p>
+ min
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ bool
+ </p>
+ </td>
+<td>
+ <p>
+ 1
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ short
+ </p>
+ </td>
+<td>
+ <p>
+ 32767
+ </p>
+ </td>
+<td>
+ <p>
+ -32768
+ </p>
+ </td>
+<td>
+ <p>
+ -32768
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ int
+ </p>
+ </td>
+<td>
+ <p>
+ 2147483647
+ </p>
+ </td>
+<td>
+ <p>
+ -2147483648
+ </p>
+ </td>
+<td>
+ <p>
+ -2147483648
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ unsigned
+ </p>
+ </td>
+<td>
+ <p>
+ 4294967295
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ long
+ </p>
+ </td>
+<td>
+ <p>
+ 2147483647
+ </p>
+ </td>
+<td>
+ <p>
+ -2147483648
+ </p>
+ </td>
+<td>
+ <p>
+ -2147483648
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ unsigned long
+ </p>
+ </td>
+<td>
+ <p>
+ 4294967295
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ long long
+ </p>
+ </td>
+<td>
+ <p>
+ 9223372036854775807
+ </p>
+ </td>
+<td>
+ <p>
+ -9223372036854775808
+ </p>
+ </td>
+<td>
+ <p>
+ -9223372036854775808
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ unsigned long long
+ </p>
+ </td>
+<td>
+ <p>
+ 18446744073709551615
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ int32_t
+ </p>
+ </td>
+<td>
+ <p>
+ 2147483647
+ </p>
+ </td>
+<td>
+ <p>
+ -2147483648
+ </p>
+ </td>
+<td>
+ <p>
+ -2147483648
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ int64_t
+ </p>
+ </td>
+<td>
+ <p>
+ 9223372036854775807
+ </p>
+ </td>
+<td>
+ <p>
+ -9223372036854775808
+ </p>
+ </td>
+<td>
+ <p>
+ -9223372036854775808
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ int128_t
+ </p>
+ </td>
+<td>
+ <p>
+ 340282366920938463463374607431768211455
+ </p>
+ </td>
+<td>
+ <p>
+ -340282366920938463463374607431768211455
+ </p>
+ </td>
+<td>
+ <p>
+ -340282366920938463463374607431768211455
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ int256_t
+ </p>
+ </td>
+<td>
+ <p>
+ 115792089237316195423570985008687907853269984665640564039457584007913129639935
+ </p>
+ </td>
+<td>
+ <p>
+ -115792089237316195423570985008687907853269984665640564039457584007913129639935
+ </p>
+ </td>
+<td>
+ <p>
+ -115792089237316195423570985008687907853269984665640564039457584007913129639935
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ int512_t
+ </p>
+ </td>
+<td>
+ <p>
+ 13407807929942597099574024998205846127479365820592393377723561443721764030073546976801874298166903427690031858186486050853753882811946569946433649006084095
+ </p>
+ </td>
+<td>
+ <p>
+ -13407807929942597099574024998205846127479365820592393377723561443721764030073546976801874298166903427690031858186486050853753882811946569946433649006084095
+ </p>
+ </td>
+<td>
+ <p>
+ -13407807929942597099574024998205846127479365820592393377723561443721764030073546976801874298166903427690031858186486050853753882811946569946433649006084095
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ uint32_t
+ </p>
+ </td>
+<td>
+ <p>
+ 4294967295
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ uint64_t
+ </p>
+ </td>
+<td>
+ <p>
+ 18446744073709551615
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ uint128_t
+ </p>
+ </td>
+<td>
+ <p>
+ 340282366920938463463374607431768211455
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ uint256_t
+ </p>
+ </td>
+<td>
+ <p>
+ 115792089237316195423570985008687907853269984665640564039457584007913129639935
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ uint512_t
+ </p>
+ </td>
+<td>
+ <p>
+ 13407807929942597099574024998205846127479365820592393377723561443721764030073546976801874298166903427690031858186486050853753882811946569946433649006084095
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ cpp_int
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+<td>
+ <p>
+ 0
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<br class="table-break">
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2002-2013 John Maddock and Christopher Kormanyos<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>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="version_32.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../limits.html"><img src="../../../images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../images/home.png" alt="Home"></a><a accesskey="n" href="../../ref.html"><img src="../../../images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>

Added: sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/version_32.html
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ sandbox/multiprecision.cpp_bin_float/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/version_32.html 2013-08-16 12:58:05 EDT (Fri, 16 Aug 2013) (r85365)
@@ -0,0 +1,45 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title></title>
+<link rel="stylesheet" href="../../../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Boost.Multiprecision">
+<link rel="up" href="../limits.html" title="Numeric Limits">
+<link rel="prev" href="implementation/is_bounded/round_style.html" title="route_style">
+<link rel="next" href="limits32.html" title="Numeric limits for 32-bit platform">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<div class="spirit-nav">
+<a accesskey="p" href="implementation/is_bounded/round_style.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../limits.html"><img src="../../../images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../images/home.png" alt="Home"></a><a accesskey="n" href="limits32.html"><img src="../../../images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_multiprecision.tut.limits.version_32"></a><a class="link" href="version_32.html">???</a>
+</h4></div></div></div>
+<pre class="programlisting">
+Program: I:\boost-sandbox\multiprecision.cpp_bin_float\libs\multiprecision\doc<br>
+umeric_limits_qbk.cpp
+Fri Aug 16 16:49:11 2013
+BuildInfo:
+ Platform Win32
+ Compiler Microsoft Visual C++ version 10.0
+ MSVC version 160040219.
+ STL Dinkumware standard library version 520
+ Boost version 1.55.0
+</pre>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2002-2013 John Maddock and Christopher Kormanyos<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>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="implementation/is_bounded/round_style.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../limits.html"><img src="../../../images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../images/home.png" alt="Home"></a><a accesskey="n" href="limits32.html"><img src="../../../images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>


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