summaryrefslogtreecommitdiff
path: root/doc/FAQ.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/FAQ.html')
-rw-r--r--doc/FAQ.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FAQ.html b/doc/FAQ.html
index cd8a81b9a..c0f2a86f6 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -188,8 +188,8 @@ infinities, not-a-number (NaN).</p></li>
<dd><p>You need to add <q><code>r</code></q> to the function names, and to
specify the rounding mode (<code>MPFR_RNDN</code> for rounding to nearest,
<code>MPFR_RNDZ</code> for rounding toward zero, <code>MPFR_RNDU</code>
-for rounding toward plus infinity, <code>MPFR_RNDD</code> for rounding
-toward minus infinity). You can also define macros as follows:
+for rounding toward positive infinity, <code>MPFR_RNDD</code> for rounding
+toward negative infinity). You can also define macros as follows:
<code class="block-code">#define mpf_add(a, b, c) mpfr_add(a, b, c, MPFR_RNDN)</code></p>
<p>The header file <samp>mpf2mpfr.h</samp> from the
<cite><acronym>MPFR</acronym></cite> distribution automatically