[Gmp-commit] /var/hg/gmp: 2 new changesets

mercurial at gmplib.org mercurial at gmplib.org
Sun Apr 13 14:31:13 UTC 2014


details:   /var/hg/gmp/rev/68bc386a54c8
changeset: 16376:68bc386a54c8
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Sun Apr 13 16:28:05 2014 +0200
description:
doc/gmp.texi (mpz_invert): rop can be 0.

details:   /var/hg/gmp/rev/0276be9497df
changeset: 16377:0276be9497df
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Sun Apr 13 16:30:45 2014 +0200
description:
ChangeLog

diffstat:

 ChangeLog    |  4 ++++
 doc/gmp.texi |  2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 4c9257433440 -r 0276be9497df ChangeLog
--- a/ChangeLog	Fri Apr 04 16:44:35 2014 +0200
+++ b/ChangeLog	Sun Apr 13 16:30:45 2014 +0200
@@ -1,3 +1,7 @@
+2014-04-13 Marco Bodrato <bodrato at mail.dm.unipi.it>
+
+	* doc/gmp.texi (mpz_invert): rop possibly is 0 (iif |op2| = 1).
+
 2014-04-04  Marc Glisse  <marc.glisse at inria.fr>
 
 	* longlong.h (i386): Add comment about "cc" clobber.
diff -r 4c9257433440 -r 0276be9497df doc/gmp.texi
--- a/doc/gmp.texi	Fri Apr 04 16:44:35 2014 +0200
+++ b/doc/gmp.texi	Sun Apr 13 16:30:45 2014 +0200
@@ -3619,7 +3619,7 @@
 @cindex Inverse modulo functions
 Compute the inverse of @var{op1} modulo @var{op2} and put the result in
 @var{rop}.  If the inverse exists, the return value is non-zero and @var{rop}
-will satisfy @math{0 < @var{rop} < @GMPabs{@var{op2}}}.  If an inverse doesn't
+will satisfy @math{0 <= @var{rop} < @GMPabs{@var{op2}}}.  If an inverse doesn't
 exist the return value is zero and @var{rop} is undefined.  The behaviour of
 this function is undefined when @var{op2} is zero.
 @end deftypefun


More information about the gmp-commit mailing list