Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / math / doc / html / math_toolkit / root_finding_examples / 5th_root_eg.html
index c866509..e86d365 100644 (file)
@@ -4,7 +4,7 @@
 <title>Computing the Fifth Root</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="../root_finding_examples.html" title="Examples of Root-Finding (with and without derivatives)">
 <link rel="prev" href="lambda.html" title="Using C++11 Lambda's">
 <link rel="next" href="multiprecision_root.html" title="Root-finding using Boost.Multiprecision">
@@ -34,9 +34,9 @@
 <p>
         The equation we want to solve is :
       </p>
-<p>
-        &#8192;&#8192;<span class="emphasis"><em>f</em></span>(x) = <span class="emphasis"><em>x<sup>5</sup> -a</em></span>
-      </p>
+<div class="blockquote"><blockquote class="blockquote"><p>
+          <span class="serif_italic"><span class="emphasis"><em>f</em></span>(x) = <span class="emphasis"><em>x<sup>5</sup> -a</em></span></span>
+        </p></blockquote></div>
 <p>
         If your differentiation is a little rusty (or you are faced with an function
         whose complexity makes differentiation daunting), then you can get help,
         root</a>).
       </p>
 <p>
-        The 1st and 2nd derivatives of x<sup>5</sup> are:
-      </p>
-<p>
-        &#8192;&#8192;<span class="emphasis"><em>f</em></span>'(x) = 5x<sup>4</sup>
-      </p>
-<p>
-        &#8192;&#8192;<span class="emphasis"><em>f</em></span>''(x) = 20x<sup>3</sup>
+        The 1st and 2nd derivatives of <span class="emphasis"><em>x<sup>5</sup></em></span> are:
       </p>
+<div class="blockquote"><blockquote class="blockquote"><p>
+          <span class="serif_italic"><span class="emphasis"><em>f'(x) = 5x<sup>4</sup></em></span></span>
+        </p></blockquote></div>
+<div class="blockquote"><blockquote class="blockquote"><p>
+          <span class="serif_italic"><span class="emphasis"><em>f''(x) = 20x<sup>3</sup></em></span></span>
+        </p></blockquote></div>
 <p>
         Using these expressions for the derivatives, the functor is:
       </p>