summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-08-20 07:41:28 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-08-20 07:41:28 +0000
commitb584297cd066790a0a67a041a3aef0bea0198b5e (patch)
tree8aecc82f73167d1d0e543a082db92fafd66049c3
parenta3a4aac4388fe5b0ae50f8ebe997f0bac7642686 (diff)
downloadmpfr-b584297cd066790a0a67a041a3aef0bea0198b5e.tar.gz
[doc/mpfr.texi] Corrected latest change (typography).
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14564 280ebfd0-de03-0410-8827-d642c229c3f4
-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})