summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/mpfr.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index bc7fdf717..9618c2a91 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -3345,11 +3345,11 @@ or @var{op2} is NaN, then @var{rop} is set to the numeric value. If
@var{op1} and @var{op2} are zeros of different signs, then @var{rop}
is set to @minus{}0 (resp.@: +0).
As usual, the NaN flag is set only when the result is NaN, i.e.,
-when both @var{op1} and @var{op2} are NaN.
+when both @var{op1} and @var{op2} are NaN@.
Note: These functions correspond to the minimumNumber and maximumNumber
operations of IEEE@tie{}754-2019 for the result. But in MPFR, the NaN flag
-is set only when @emph{both} operands are NaN.
+is set only when @emph{both} operands are NaN@.
@end deftypefun
@deftypefun int mpfr_urandomb (mpfr_t @var{rop}, gmp_randstate_t @var{state})