summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-05-20 09:21:30 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-05-20 09:21:30 +0000
commit6e7f2b3603939027f95b09a0bcb0ac7e83a017be (patch)
tree83dbc5cfa5213a749af7a68a49cc708771edc6d8
parent814905dd83008bb5ef60c3d1504b4ff9a997357f (diff)
downloadmpfr-6e7f2b3603939027f95b09a0bcb0ac7e83a017be.tar.gz
[doc/mpfr.texi] Completed mpfr_fmodquo and mpfr_remquo description.
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14529 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--doc/mpfr.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index 631e55ee8..5765cc315 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -3134,6 +3134,7 @@ the low significant bits from the quotient @var{n} in @var{*q}
(more precisely the number of bits in a @code{long int} minus one),
with the sign of @var{x} divided by @var{y}
(except if those low bits are all zero, in which case zero is returned).
+If the result is NaN, the value of @var{*q} is unspecified.
Note that @var{x} may be so large in magnitude relative to @var{y} that an
exact representation of the quotient is not practical.
The @code{mpfr_remainder} and @code{mpfr_remquo} functions are useful for