|
49 | 49 | <div id="navrow1" class="tabs">
|
50 | 50 | <ul class="tablist">
|
51 | 51 | <li><a href="index.html"><span>Main Page</span></a></li>
|
52 |
| - <li><a href="pages.html"><span>Related Pages</span></a></li> |
53 | 52 | <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
|
54 | 53 | <li><a href="files.html"><span>Files</span></a></li>
|
55 | 54 | <li>
|
|
119 | 118 | <tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structboost_1_1real_1_1boundary.html" target="_self">boundary</a></td><td class="desc">Explicitly represents a number as a vector of digits with a sign and an exponent </td></tr>
|
120 | 119 | <tr id="row_0_0_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structboost_1_1real_1_1interval.html" target="_self">interval</a></td><td class="desc">Represent an interval composed by two boundaries, a lower boundary and an upper boundary. The boundaries are <a class="el" href="structboost_1_1real_1_1boundary.html" title="Explicitly represents a number as a vector of digits with a sign and an exponent. ...">boost::real::boundary</a> structs that represent fully represented numbers </td></tr>
|
121 | 120 | <tr id="row_0_0_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structboost_1_1real_1_1invalid__representation__exception.html" target="_self">invalid_representation_exception</a></td><td class="desc"></td></tr>
|
122 |
| -<tr id="row_0_0_3_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structboost_1_1real_1_1invalid__string__number.html" target="_self">invalid_string_number</a></td><td class="desc"></td></tr> |
| 121 | +<tr id="row_0_0_3_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structboost_1_1real_1_1invalid__string__number__exception.html" target="_self">invalid_string_number_exception</a></td><td class="desc"></td></tr> |
123 | 122 | <tr id="row_0_0_4_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structboost_1_1real_1_1none__operation__exception.html" target="_self">none_operation_exception</a></td><td class="desc"></td></tr>
|
124 | 123 | <tr id="row_0_0_5_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structboost_1_1real_1_1precision__exception.html" target="_self">precision_exception</a></td><td class="desc"></td></tr>
|
125 |
| -<tr id="row_0_0_6_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_0_6_" class="arrow" onclick="toggleFolder('0_0_6_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classboost_1_1real_1_1real.html" target="_self">real</a></td><td class="desc">Boost::real::real is a C++ class that represent real numbers as abstract entities that can be dynamically approximated as much as needed (until a set maximum precision) to be able to operate with them. Numbers can be added, subtracted, multiplied and compared by lower and by equality </td></tr> |
| 124 | +<tr id="row_0_0_6_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_0_6_" class="arrow" onclick="toggleFolder('0_0_6_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classboost_1_1real_1_1real.html" target="_self">real</a></td><td class="desc">Boost::real::real is a C++ class that represent real numbers as abstract entities that can be dynamically approximated as much as needed (until a set maximum precision) to be able to operate with them. Numbers can be added, subtracted, multiplied and compared by lower than and equality </td></tr> |
126 | 125 | <tr id="row_0_0_6_0_"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classboost_1_1real_1_1real_1_1const__precision__iterator.html" target="_self">const_precision_iterator</a></td><td class="desc">Forward iterator that iterates a <a class="el" href="classboost_1_1real_1_1real.html" title="boost::real::real is a C++ class that represent real numbers as abstract entities that can be dynamic...">boost::real::real</a> number approximation intervals. The iterator calculates the initial interval with the initial precision and then it increase the precision in each iteration (++) and recalculate the interval </td></tr>
|
127 | 126 | <tr id="row_0_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_0_7_" class="arrow" onclick="toggleFolder('0_0_7_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classboost_1_1real_1_1real__algorithm.html" target="_self">real_algorithm</a></td><td class="desc">Boost::real::real_algorithm is a C++ class that represents real numbers as a a function that calculates the n-th digit o the number, a sign and an exponent </td></tr>
|
128 | 127 | <tr id="row_0_0_7_0_"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classboost_1_1real_1_1real__algorithm_1_1const__precision__iterator.html" target="_self">const_precision_iterator</a></td><td class="desc">Forward iterator that iterates a <a class="el" href="classboost_1_1real_1_1real__algorithm.html" title="boost::real::real_algorithm is a C++ class that represents real numbers as a a function that calculat...">boost::real::real_algorithm</a> number approximation intervals. The iterator calculates the initial interval with the initial precision and then it increase the precision in each iteration (++) and recalculate the interval </td></tr>
|
129 |
| -<tr id="row_0_0_8_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_0_8_" class="arrow" onclick="toggleFolder('0_0_8_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classboost_1_1real_1_1real__explicit.html" target="_self">real_explicit</a></td><td class="desc">Boost::real::real_explicit is a C++ class that fully represents real numbers as a a vector of digits, a sign and an exponent </td></tr> |
130 |
| -<tr id="row_0_0_8_0_"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classboost_1_1real_1_1real__explicit_1_1const__precision__iterator.html" target="_self">const_precision_iterator</a></td><td class="desc">Forward iterator that iterates a <a class="el" href="classboost_1_1real_1_1real__explicit.html" title="boost::real::real_explicit is a C++ class that fully represents real numbers as a a vector of digits...">boost::real::real_explicit</a> number approximation intervals. The iterator calculates the initial interval with the initial precision and then it increase the precision in each iteration (++) and recalculate the interval </td></tr> |
| 128 | +<tr id="row_0_0_8_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_0_8_" class="arrow" onclick="toggleFolder('0_0_8_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classboost_1_1real_1_1real__explicit.html" target="_self">real_explicit</a></td><td class="desc">Boost::real::real_explicit is a C++ class that fully represents real numbers as a vector of digits, a sign and an exponent </td></tr> |
| 129 | +<tr id="row_0_0_8_0_"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classboost_1_1real_1_1real__explicit_1_1const__precision__iterator.html" target="_self">const_precision_iterator</a></td><td class="desc">Forward iterator that iterates a <a class="el" href="classboost_1_1real_1_1real__explicit.html" title="boost::real::real_explicit is a C++ class that fully represents real numbers as a vector of digits...">boost::real::real_explicit</a> number approximation intervals. The iterator calculates the initial interval with the initial precision and then it increase the precision in each iteration (++) and recalculate the interval </td></tr> |
131 | 130 | </table>
|
132 | 131 | </div><!-- directory -->
|
133 | 132 | </div><!-- contents -->
|
|
0 commit comments