summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/gmp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi
index 4dc68f8a1..782cc9001 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -5802,7 +5802,7 @@ and @var{E} = @{@var{ep},@math{@GMPceil{@var{enb} /
@code{GMP\_NUMB\_BITS}}}@}.
It is required that @math{@var{B} > 0}, that @math{@var{M} > 0} is odd, and
-that @m{@var{E} < 2@GMPraise{@var{enb}}, @var{E} < 2^@var{enb}}.
+that @m{0 < @var{E} < 2@GMPraise{@var{enb}}, 0 < @var{E} < 2^@var{enb}}.
No overlapping between @var{R} and the input operands is allowed.