diff options
Diffstat (limited to 'doc/gmp.texi')
-rw-r--r-- | doc/gmp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi index 119e8efd8..1df17b7d5 100644 --- a/doc/gmp.texi +++ b/doc/gmp.texi @@ -4097,7 +4097,7 @@ room for the larger of the two operands, plus an extra @code{mp_bits_per_limb}. @item -@code{mpz_mul}, @code{mpz_mul_ui} and @code{mpz_mul_ui} need room for the sum +@code{mpz_mul}, @code{mpz_mul_ui} and @code{mpz_mul_si} need room for the sum of the number of bits in their operands, but each rounded up to a multiple of @code{mp_bits_per_limb}. |