summaryrefslogtreecommitdiff
path: root/doc/html/boost/intrusive/floating_point.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/intrusive/floating_point.html')
-rw-r--r--doc/html/boost/intrusive/floating_point.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/intrusive/floating_point.html b/doc/html/boost/intrusive/floating_point.html
index 2871b416c0..5480b984eb 100644
--- a/doc/html/boost/intrusive/floating_point.html
+++ b/doc/html/boost/intrusive/floating_point.html
@@ -36,7 +36,7 @@
<span class="keyword">struct</span> <a class="link" href="floating_point.html" title="Struct template floating_point">floating_point</a> <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp421184096"></a><h2>Description</h2>
+<a name="idp325769744"></a><h2>Description</h2>
<p>This option setter for scapegoat containers specifies if the intrusive scapegoat container should use a non-variable alpha value that does not need floating-point operations.</p>
<p>If activated, the fixed alpha value is 1/sqrt(2). This option also saves some space in the container since the alpha value and some additional data does not need to be stored in the container.</p>
<p>If the user only needs an alpha value near 1/sqrt(2), this option also improves performance since avoids logarithm and division operations when rebalancing the tree. </p>