summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2016-11-25 14:08:18 +0100
committerMarc Glisse <marc.glisse@inria.fr>2016-11-25 14:08:18 +0100
commitf3fe1c1cce81fe6d841a028ee5f0a7b1ee1de478 (patch)
tree31b96be936ac6b76dfd9e73f48707c3a8e6ff7fc /doc
parent1163607ba5713976c331ab99b03cfa30ca926ca7 (diff)
downloadgmp-f3fe1c1cce81fe6d841a028ee5f0a7b1ee1de478.tar.gz
Allow mpz_gcdext (NULL, ...)
Diffstat (limited to 'doc')
-rw-r--r--doc/gmp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi
index 84c697185..fcdf2e3a0 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -3624,7 +3624,7 @@ In all cases, @math{@var{s} = 0} if and only if @math{@var{g} =
@GMPabs{@var{b}}}, i.e., if @var{b} divides @var{a} or @math{@var{a} = @var{b}
= 0}.
-If @var{t} is @code{NULL} then that value is not computed.
+If @var{s}, @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})