[Gmp-commit] /var/hg/gmp: doc: Second argument to mpz_gcdext must not be NULL.

mercurial at gmplib.org mercurial at gmplib.org
Sat Dec 3 13:36:48 UTC 2016


details:   /var/hg/gmp/rev/f4fd920a8f77
changeset: 17154:f4fd920a8f77
user:      Niels M?ller <nisse at lysator.liu.se>
date:      Sat Dec 03 14:36:40 2016 +0100
description:
doc: Second argument to mpz_gcdext must not be NULL.

diffstat:

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

diffs (25 lines):

diff -r 8f287aee0205 -r f4fd920a8f77 ChangeLog
--- a/ChangeLog	Fri Dec 02 21:06:53 2016 +0100
+++ b/ChangeLog	Sat Dec 03 14:36:40 2016 +0100
@@ -1,3 +1,9 @@
+2016-12-03  Niels Möller  <nisse at lysator.liu.se>
+
+	* doc/gmp.texi (Number Theoretic Functions): Tweak mpz_gcdext
+	documentation. The first and third argument may be NULL, but not
+	the second.
+
 2016-12-02  Niels Möller  <nisse at lysator.liu.se>
 
 	* tests/mpz/reuse.c (main): Test additional cases of reuse for
diff -r 8f287aee0205 -r f4fd920a8f77 doc/gmp.texi
--- a/doc/gmp.texi	Fri Dec 02 21:06:53 2016 +0100
+++ b/doc/gmp.texi	Sat Dec 03 14:36:40 2016 +0100
@@ -3624,7 +3624,7 @@
 @GMPabs{@var{b}}}, i.e., if @var{b} divides @var{a} or @math{@var{a} = @var{b}
 = 0}.
 
-If @var{s}, @var{t} or @var{g} is @code{NULL} then that value is not computed.
+If @var{t} or @var{g} is @code{NULL} then that value is not computed.
 @end deftypefun
 
 @deftypefun void mpz_lcm (mpz_t @var{rop}, const mpz_t @var{op1}, const mpz_t @var{op2})


More information about the gmp-commit mailing list