summaryrefslogtreecommitdiff
path: root/libs/math/doc/html/math_toolkit/powers/hypot.html
diff options
context:
space:
mode:
Diffstat (limited to 'libs/math/doc/html/math_toolkit/powers/hypot.html')
-rw-r--r--libs/math/doc/html/math_toolkit/powers/hypot.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/math/doc/html/math_toolkit/powers/hypot.html b/libs/math/doc/html/math_toolkit/powers/hypot.html
index 4302e7a88..f90cbfc7e 100644
--- a/libs/math/doc/html/math_toolkit/powers/hypot.html
+++ b/libs/math/doc/html/math_toolkit/powers/hypot.html
@@ -3,8 +3,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>hypot</title>
<link rel="stylesheet" href="../../math.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
-<link rel="home" href="../../index.html" title="Math Toolkit 2.1.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
+<link rel="home" href="../../index.html" title="Math Toolkit 2.2.0">
<link rel="up" href="../powers.html" title="Basic Functions">
<link rel="prev" href="powm1.html" title="powm1">
<link rel="next" href="ct_pow.html" title="Compile Time Power of a Runtime Base">
@@ -33,7 +33,7 @@
<a class="link" href="../result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>calculated-result-type</em></span></a> <span class="identifier">hypot</span><span class="special">(</span><span class="identifier">T1</span> <span class="identifier">x</span><span class="special">,</span> <span class="identifier">T2</span> <span class="identifier">y</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="../../policy.html" title="Chapter&#160;14.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a><span class="special">&amp;);</span>
</pre>
<p>
- <span class="bold"><strong>Effects: </strong></span> computes <span class="inlinemediaobject"><img src="../../../equations/hypot.png"></span>
+ <span class="bold"><strong>Effects: </strong></span> computes <span class="inlinemediaobject"><img src="../../../equations/hypot.svg"></span>
in such a way
as to avoid undue underflow and overflow.
</p>
@@ -49,7 +49,7 @@ in such a way
documentation for more details</a>.
</p>
<p>
- When calculating <span class="inlinemediaobject"><img src="../../../equations/hypot.png"></span> it's quite easy for the intermediate terms to
+ When calculating <span class="inlinemediaobject"><img src="../../../equations/hypot.svg"></span> it's quite easy for the intermediate terms to
either overflow or underflow, even though the result is in fact perfectly
representable.
</p>
@@ -69,7 +69,7 @@ in such a way
Otherwise the result is given by:
</p>
<p>
- <span class="inlinemediaobject"><img src="../../../equations/hypot2.png"></span>
+ <span class="inlinemediaobject"><img src="../../../equations/hypot2.svg"></span>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>