Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / math / doc / html / math_toolkit / c99.html
index b12264d..c0c9d10 100644 (file)
@@ -4,8 +4,8 @@
 <title>C99 C Functions</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="up" href="../extern_c.html" title='Chapter&#160;8.&#160;TR1 and C99 external "C" Functions'>
+<link rel="home" href="../index.html" title="Math Toolkit 2.11.0">
+<link rel="up" href="../extern_c.html" title='Chapter&#160;9.&#160;TR1 and C99 external "C" Functions'>
 <link rel="prev" href="main_tr1.html" title="C99 and TR1 C Functions Overview">
 <link rel="next" href="tr1_ref.html" title="TR1 C Functions Quick Reference">
 </head>
 <p>
       Returns the error function of <span class="emphasis"><em>x</em></span>:
     </p>
+<div class="blockquote"><blockquote class="blockquote"><p>
+        <span class="inlinemediaobject"><img src="../../equations/erf1.svg"></span>
+
+      </p></blockquote></div>
 <p>
-      <span class="inlinemediaobject"><img src="../../equations/erf1.svg"></span>
-    </p>
-<p>
-      See also <a class="link" href="sf_erf/error_function.html" title="Error Functions">erf</a> for
+      See also <a class="link" href="sf_erf/error_function.html" title="Error Function erf and complement erfc">erf</a> for
       the full template (header only) version of this function.
     </p>
 <pre class="programlisting"><span class="keyword">double</span> <span class="identifier">erfc</span><span class="special">(</span><span class="keyword">double</span> <span class="identifier">x</span><span class="special">);</span>
       without the loss of precision implied by the subtraction.
     </p>
 <p>
-      See also <a class="link" href="sf_erf/error_function.html" title="Error Functions">erfc</a> for
+      See also <a class="link" href="sf_erf/error_function.html" title="Error Function erf and complement erfc">erfc</a> for
       the full template (header only) version of this function.
     </p>
 <pre class="programlisting"><span class="keyword">double</span> <span class="identifier">expm1</span><span class="special">(</span><span class="keyword">double</span> <span class="identifier">x</span><span class="special">);</span>
 <p>
       Returns the log of the gamma function of <span class="emphasis"><em>x</em></span>.
     </p>
-<p>
-      <span class="inlinemediaobject"><img src="../../equations/lgamm1.svg"></span>
-    </p>
+<div class="blockquote"><blockquote class="blockquote"><p>
+        <span class="inlinemediaobject"><img src="../../equations/lgamm1.svg"></span>
+
+      </p></blockquote></div>
 <p>
       See also <a class="link" href="sf_gamma/lgamma.html" title="Log Gamma">lgamma</a> for the
       full template (header only) version of this function.
 <p>
       Returns the gamma function of <span class="emphasis"><em>x</em></span>:
     </p>
-<p>
-      <span class="inlinemediaobject"><img src="../../equations/gamm1.svg"></span>
-    </p>
+<div class="blockquote"><blockquote class="blockquote"><p>
+        <span class="inlinemediaobject"><img src="../../equations/gamm1.svg"></span>
+
+      </p></blockquote></div>
 <p>
       See also <a class="link" href="sf_gamma/tgamma.html" title="Gamma">tgamma</a> for the
       full template (header only) version of this function.