Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / math / doc / html / math_toolkit / special_tut / special_tut_impl.html
index 1108478..ac706fd 100644 (file)
@@ -4,7 +4,7 @@
 <title>Implementation</title>
 <link rel="stylesheet" href="../../math.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
-<link rel="home" href="../../index.html" title="Math Toolkit 2.10.0">
+<link rel="home" href="../../index.html" title="Math Toolkit 2.11.0">
 <link rel="up" href="../special_tut.html" title="Tutorial: How to Write a New Special Function">
 <link rel="prev" href="../special_tut.html" title="Tutorial: How to Write a New Special Function">
 <link rel="next" href="special_tut_test.html" title="Testing">
@@ -51,7 +51,7 @@
 <p>
         We'll come back to what can go inside the implementation later, but first
         lets look at the user layer. This consists of two overloads of the function,
-        with and without a <a class="link" href="../../policy.html" title="Chapter&#160;19.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a> argument:
+        with and without a <a class="link" href="../../policy.html" title="Chapter&#160;20.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a> argument:
       </p>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">math</span><span class="special">{</span>
 
             or root finding should use one of the <a class="link" href="../internals_overview.html" title="Overview">boiler-plate
             functions</a>. In any case, after any iterative method, you should
             verify that the number of iterations did not exceed the maximum specified
-            in the <a class="link" href="../../policy.html" title="Chapter&#160;19.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a> type, and if it did terminate
+            in the <a class="link" href="../../policy.html" title="Chapter&#160;20.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a> type, and if it did terminate
             as a result of exceeding the maximum, then the appropriate error handler
             should be called (see existing code for examples).
           </li>