summaryrefslogtreecommitdiff
path: root/libs/math/doc/html/math_toolkit/inv_hyper/atanh.html
diff options
context:
space:
mode:
Diffstat (limited to 'libs/math/doc/html/math_toolkit/inv_hyper/atanh.html')
-rw-r--r--libs/math/doc/html/math_toolkit/inv_hyper/atanh.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/libs/math/doc/html/math_toolkit/inv_hyper/atanh.html b/libs/math/doc/html/math_toolkit/inv_hyper/atanh.html
index 46bc5fe5b..c1532d7c6 100644
--- a/libs/math/doc/html/math_toolkit/inv_hyper/atanh.html
+++ b/libs/math/doc/html/math_toolkit/inv_hyper/atanh.html
@@ -3,8 +3,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>atanh</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="../inv_hyper.html" title="Inverse Hyperbolic Functions">
<link rel="prev" href="asinh.html" title="asinh">
<link rel="next" href="../owens_t.html" title="Owen's T function">
@@ -63,7 +63,7 @@ denoting numeric_limits&lt;T&gt;::epsilon().
type calculation rules</em></span></a>: the return type is <code class="computeroutput"><span class="keyword">double</span></code> when T is an integer type, and T otherwise.
</p>
<p>
- <span class="inlinemediaobject"><img src="../../../graphs/atanh.png" align="middle"></span>
+ <span class="inlinemediaobject"><img src="../../../graphs/atanh.svg" align="middle"></span>
</p>
<h5>
<a name="math_toolkit.inv_hyper.atanh.h0"></a>
@@ -82,7 +82,7 @@ denoting numeric_limits&lt;T&gt;::epsilon().
formula:
</p>
<p>
- <span class="inlinemediaobject"><img src="../../../equations/atanh1.png"></span>
+ <span class="inlinemediaobject"><img src="../../../equations/atanh1.svg"></span>
</p>
<p>
along with a selection of sanity check values computed using functions.wolfram.com
@@ -96,20 +96,20 @@ denoting numeric_limits&lt;T&gt;::epsilon().
For sufficiently small x we can use the <a href="http://functions.wolfram.com/ElementaryFunctions/ArcTanh/06/01/03/01/" target="_top">approximation</a>:
</p>
<p>
- <span class="inlinemediaobject"><img src="../../../equations/atanh2.png"></span>
+ <span class="inlinemediaobject"><img src="../../../equations/atanh2.svg"></span>
</p>
<p>
Otherwise the <a href="http://functions.wolfram.com/ElementaryFunctions/ArcTanh/02/" target="_top">primary
definition</a>:
</p>
<p>
- <span class="inlinemediaobject"><img src="../../../equations/atanh1.png"></span>
+ <span class="inlinemediaobject"><img src="../../../equations/atanh1.svg"></span>
</p>
<p>
or its equivalent form:
</p>
<p>
- <span class="inlinemediaobject"><img src="../../../equations/atanh3.png"></span>
+ <span class="inlinemediaobject"><img src="../../../equations/atanh3.svg"></span>
</p>
<p>
is used.