From 6e7f2b3603939027f95b09a0bcb0ac7e83a017be Mon Sep 17 00:00:00 2001 From: vlefevre Date: Thu, 20 May 2021 09:21:30 +0000 Subject: [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 --- doc/mpfr.texi | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1