From f3fe1c1cce81fe6d841a028ee5f0a7b1ee1de478 Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Fri, 25 Nov 2016 14:08:18 +0100 Subject: Allow mpz_gcdext (NULL, ...) --- doc/gmp.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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}) -- cgit v1.2.1