]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/multiprecision/doc/html/index.html
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / multiprecision / doc / html / index.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Chapter&#160;1.&#160;Boost.Multiprecision</title>
5 <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
7 <link rel="home" href="index.html" title="Chapter&#160;1.&#160;Boost.Multiprecision">
8 <link rel="next" href="boost_multiprecision/intro.html" title="Introduction">
9 </head>
10 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
11 <table cellpadding="2" width="100%"><tr>
12 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
13 <td align="center"><a href="../../../../index.html">Home</a></td>
14 <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
15 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
16 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
17 <td align="center"><a href="../../../../more/index.htm">More</a></td>
18 </tr></table>
19 <hr>
20 <div class="spirit-nav"><a accesskey="n" href="boost_multiprecision/intro.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div>
21 <div class="chapter">
22 <div class="titlepage"><div>
23 <div><h2 class="title">
24 <a name="boost_multiprecision"></a>Chapter&#160;1.&#160;Boost.Multiprecision</h2></div>
25 <div><div class="author"><h3 class="author">
26 <span class="firstname">John</span> <span class="surname">Maddock</span>
27 </h3></div></div>
28 <div><div class="author"><h3 class="author">
29 <span class="firstname">Christopher</span> <span class="surname">Kormanyos</span>
30 </h3></div></div>
31 <div><p class="copyright">Copyright &#169; 2002-2013 John Maddock and Christopher Kormanyos</p></div>
32 <div><div class="legalnotice">
33 <a name="boost_multiprecision.legal"></a><p>
34 Distributed under the Boost Software License, Version 1.0. (See accompanying
35 file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
36 </p>
37 </div></div>
38 </div></div>
39 <div class="toc">
40 <p><b>Table of Contents</b></p>
41 <dl>
42 <dt><span class="section"><a href="boost_multiprecision/intro.html">Introduction</a></span></dt>
43 <dt><span class="section"><a href="boost_multiprecision/tut.html">Tutorial</a></span></dt>
44 <dd><dl>
45 <dt><span class="section"><a href="boost_multiprecision/tut/ints.html">Integer Types</a></span></dt>
46 <dd><dl>
47 <dt><span class="section"><a href="boost_multiprecision/tut/ints/cpp_int.html">cpp_int</a></span></dt>
48 <dt><span class="section"><a href="boost_multiprecision/tut/ints/gmp_int.html">gmp_int</a></span></dt>
49 <dt><span class="section"><a href="boost_multiprecision/tut/ints/tom_int.html">tom_int</a></span></dt>
50 <dt><span class="section"><a href="boost_multiprecision/tut/ints/egs.html">Examples</a></span></dt>
51 <dd><dl>
52 <dt><span class="section"><a href="boost_multiprecision/tut/ints/egs/factorials.html">Factorials</a></span></dt>
53 <dt><span class="section"><a href="boost_multiprecision/tut/ints/egs/bitops.html">Bit Operations</a></span></dt>
54 </dl></dd>
55 </dl></dd>
56 <dt><span class="section"><a href="boost_multiprecision/tut/floats.html">floating-point Numbers</a></span></dt>
57 <dd><dl>
58 <dt><span class="section"><a href="boost_multiprecision/tut/floats/cpp_bin_float.html">cpp_bin_float</a></span></dt>
59 <dt><span class="section"><a href="boost_multiprecision/tut/floats/cpp_dec_float.html">cpp_dec_float</a></span></dt>
60 <dt><span class="section"><a href="boost_multiprecision/tut/floats/gmp_float.html">gmp_float</a></span></dt>
61 <dt><span class="section"><a href="boost_multiprecision/tut/floats/mpfr_float.html">mpfr_float</a></span></dt>
62 <dt><span class="section"><a href="boost_multiprecision/tut/floats/float128.html">float128</a></span></dt>
63 <dt><span class="section"><a href="boost_multiprecision/tut/floats/fp_eg.html">Examples</a></span></dt>
64 <dd><dl>
65 <dt><span class="section"><a href="boost_multiprecision/tut/floats/fp_eg/aos.html">Area of
66 Circle</a></span></dt>
67 <dt><span class="section"><a href="boost_multiprecision/tut/floats/fp_eg/jel.html">Defining
68 a Special Function.</a></span></dt>
69 <dt><span class="section"><a href="boost_multiprecision/tut/floats/fp_eg/nd.html">Calculating
70 a Derivative</a></span></dt>
71 <dt><span class="section"><a href="boost_multiprecision/tut/floats/fp_eg/gi.html">Calculating
72 an Integral</a></span></dt>
73 <dt><span class="section"><a href="boost_multiprecision/tut/floats/fp_eg/poly_eg.html">Polynomial
74 Evaluation</a></span></dt>
75 </dl></dd>
76 </dl></dd>
77 <dt><span class="section"><a href="boost_multiprecision/tut/interval.html">Interval Number Types</a></span></dt>
78 <dd><dl><dt><span class="section"><a href="boost_multiprecision/tut/interval/mpfi.html">mpfi_float</a></span></dt></dl></dd>
79 <dt><span class="section"><a href="boost_multiprecision/tut/rational.html">Rational Number Types</a></span></dt>
80 <dd><dl>
81 <dt><span class="section"><a href="boost_multiprecision/tut/rational/cpp_rational.html">cpp_rational</a></span></dt>
82 <dt><span class="section"><a href="boost_multiprecision/tut/rational/gmp_rational.html">gmp_rational</a></span></dt>
83 <dt><span class="section"><a href="boost_multiprecision/tut/rational/tommath_rational.html">tommath_rational</a></span></dt>
84 <dt><span class="section"><a href="boost_multiprecision/tut/rational/br.html">Use With Boost.Rational</a></span></dt>
85 <dt><span class="section"><a href="boost_multiprecision/tut/rational/rational_adaptor.html">rational_adaptor</a></span></dt>
86 </dl></dd>
87 <dt><span class="section"><a href="boost_multiprecision/tut/misc.html">Miscellaneous Number Types.</a></span></dt>
88 <dd><dl>
89 <dt><span class="section"><a href="boost_multiprecision/tut/misc/logged_adaptor.html">logged_adaptor</a></span></dt>
90 <dt><span class="section"><a href="boost_multiprecision/tut/misc/debug_adaptor.html">debug_adaptor</a></span></dt>
91 <dt><span class="section"><a href="boost_multiprecision/tut/misc/visualizers.html">Visual C++
92 Debugger Visualizers</a></span></dt>
93 </dl></dd>
94 <dt><span class="section"><a href="boost_multiprecision/tut/conversions.html">Constructing and
95 Interconverting Between Number Types</a></span></dt>
96 <dt><span class="section"><a href="boost_multiprecision/tut/random.html">Generating Random Numbers</a></span></dt>
97 <dt><span class="section"><a href="boost_multiprecision/tut/primetest.html">Primality Testing</a></span></dt>
98 <dt><span class="section"><a href="boost_multiprecision/tut/lits.html">Literal Types and <code class="computeroutput"><span class="keyword">constexpr</span></code> Support</a></span></dt>
99 <dt><span class="section"><a href="boost_multiprecision/tut/import_export.html">Importing and
100 Exporting Data to and from cpp_int and cpp_bin_float</a></span></dt>
101 <dt><span class="section"><a href="boost_multiprecision/tut/rounding.html">Rounding Rules for
102 Conversions</a></span></dt>
103 <dt><span class="section"><a href="boost_multiprecision/tut/mixed.html">Mixed Precision Arithmetic</a></span></dt>
104 <dt><span class="section"><a href="boost_multiprecision/tut/gen_int.html">Generic Integer Operations</a></span></dt>
105 <dt><span class="section"><a href="boost_multiprecision/tut/serial.html">Boost.Serialization
106 Support</a></span></dt>
107 <dt><span class="section"><a href="boost_multiprecision/tut/limits.html">Numeric Limits</a></span></dt>
108 <dd><dl>
109 <dt><span class="section"><a href="boost_multiprecision/tut/limits/constants.html">std::numeric_limits&lt;&gt;
110 constants</a></span></dt>
111 <dt><span class="section"><a href="boost_multiprecision/tut/limits/functions.html">std::numeric_limits&lt;&gt;
112 functions</a></span></dt>
113 <dt><span class="section"><a href="boost_multiprecision/tut/limits/limits32.html">Numeric limits
114 for 32-bit platform</a></span></dt>
115 <dt><span class="section"><a href="boost_multiprecision/tut/limits/how_to_tell.html">How to
116 Determine the Kind of a Number From <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">numeric_limits</span></code></a></span></dt>
117 </dl></dd>
118 <dt><span class="section"><a href="boost_multiprecision/tut/input_output.html">Input Output</a></span></dt>
119 <dt><span class="section"><a href="boost_multiprecision/tut/hash.html">Hash Function Support</a></span></dt>
120 </dl></dd>
121 <dt><span class="section"><a href="boost_multiprecision/ref.html">Reference</a></span></dt>
122 <dd><dl>
123 <dt><span class="section"><a href="boost_multiprecision/ref/number.html">number</a></span></dt>
124 <dt><span class="section"><a href="boost_multiprecision/ref/cpp_int_ref.html">cpp_int</a></span></dt>
125 <dt><span class="section"><a href="boost_multiprecision/ref/gmp_int_ref.html">gmp_int</a></span></dt>
126 <dt><span class="section"><a href="boost_multiprecision/ref/tom_int_ref.html">tom_int</a></span></dt>
127 <dt><span class="section"><a href="boost_multiprecision/ref/mpf_ref.html">gmp_float</a></span></dt>
128 <dt><span class="section"><a href="boost_multiprecision/ref/mpfr_ref.html">mpfr_float_backend</a></span></dt>
129 <dt><span class="section"><a href="boost_multiprecision/ref/cpp_bin_float_ref.html">cpp_bin_float</a></span></dt>
130 <dt><span class="section"><a href="boost_multiprecision/ref/cpp_dec_ref.html">cpp_dec_float</a></span></dt>
131 <dt><span class="section"><a href="boost_multiprecision/ref/internals.html">Internal Support
132 Code</a></span></dt>
133 <dt><span class="section"><a href="boost_multiprecision/ref/backendconc.html">Backend Requirements</a></span></dt>
134 <dt><span class="section"><a href="boost_multiprecision/ref/headers.html">Header File Structure</a></span></dt>
135 </dl></dd>
136 <dt><span class="section"><a href="boost_multiprecision/perf.html">Performance Comparison</a></span></dt>
137 <dd><dl>
138 <dt><span class="section"><a href="boost_multiprecision/perf/overhead.html">The Overhead in the
139 Number Class Wrapper</a></span></dt>
140 <dt><span class="section"><a href="boost_multiprecision/perf/realworld.html">Floating-Point Real
141 World Tests</a></span></dt>
142 <dt><span class="section"><a href="boost_multiprecision/perf/int_real_world.html">Integer Real
143 World Tests</a></span></dt>
144 <dt><span class="section"><a href="boost_multiprecision/perf/float_performance.html">Float Algorithm
145 Performance</a></span></dt>
146 <dt><span class="section"><a href="boost_multiprecision/perf/integer_performance.html">Integer
147 Algorithm Performance</a></span></dt>
148 <dt><span class="section"><a href="boost_multiprecision/perf/rational_performance.html">Rational
149 Type Performance</a></span></dt>
150 </dl></dd>
151 <dt><span class="section"><a href="boost_multiprecision/map.html">Roadmap</a></span></dt>
152 <dd><dl>
153 <dt><span class="section"><a href="boost_multiprecision/map/hist.html">History</a></span></dt>
154 <dt><span class="section"><a href="boost_multiprecision/map/todo.html">TODO</a></span></dt>
155 <dt><span class="section"><a href="boost_multiprecision/map/faq.html">FAQ</a></span></dt>
156 <dt><span class="section"><a href="boost_multiprecision/map/ack.html">Acknowledgements</a></span></dt>
157 </dl></dd>
158 <dt><span class="section"><a href="boost_multiprecision/indexes.html">Indexes</a></span></dt>
159 <dd><dl>
160 <dt><span class="section"><a href="boost_multiprecision/indexes/s01.html">Function Index</a></span></dt>
161 <dt><span class="section"><a href="boost_multiprecision/indexes/s02.html">Class Index</a></span></dt>
162 <dt><span class="section"><a href="boost_multiprecision/indexes/s03.html">Typedef Index</a></span></dt>
163 <dt><span class="section"><a href="boost_multiprecision/indexes/s04.html">Index</a></span></dt>
164 </dl></dd>
165 </dl>
166 </div>
167 </div>
168 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
169 <td align="left"><p><small>Last revised: November 03, 2016 at 19:15:34 GMT</small></p></td>
170 <td align="right"><div class="copyright-footer"></div></td>
171 </tr></table>
172 <hr>
173 <div class="spirit-nav"><a accesskey="n" href="boost_multiprecision/intro.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div>
174 </body>
175 </html>