Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / doc / html / boost_multiprecision / tut / interval / mpfi.html
index fdce815..f6b7ad2 100644 (file)
@@ -2,7 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>mpfi_float</title>
-<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
+<link rel="stylesheet" href="../../../multiprecision.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Boost.Multiprecision">
 <link rel="up" href="../interval.html" title="Interval Number Types">
           Type <code class="computeroutput"><span class="identifier">mpfi_float_backend</span></code>
           can be used at fixed precision by specifying a non-zero <code class="computeroutput"><span class="identifier">Digits10</span></code>
           template parameter, or at variable precision by setting the template argument
-          to zero. The typedefs mpfi_float_50, mpfi_float_100, mpfi_float_500, mpfi_float_1000
-          provide arithmetic types at 50, 100, 500 and 1000 decimal digits precision
-          respectively. The typedef mpfi_float provides a variable precision type
-          whose precision can be controlled via the <code class="computeroutput"><span class="identifier">number</span></code>s
-          member functions.
+          to zero. The <code class="computeroutput"><span class="keyword">typedef</span></code>s <code class="computeroutput"><span class="identifier">mpfi_float_50</span></code>, <code class="computeroutput"><span class="identifier">mpfi_float_100</span></code>,
+          <code class="computeroutput"><span class="identifier">mpfi_float_500</span></code>, <code class="computeroutput"><span class="identifier">mpfi_float_1000</span></code> provide arithmetic types
+          at 50, 100, 500 and 1000 decimal digits precision respectively. The <code class="computeroutput"><span class="keyword">typedef</span> <span class="identifier">mpfi_float</span></code>
+          provides a variable precision type whose precision can be controlled via
+          the <code class="computeroutput"><span class="identifier">number</span></code>s member functions.
         </p>
 <div class="note"><table border="0" summary="Note">
 <tr>