diff options
author | Marco Bodrato <bodrato@mail.dm.unipi.it> | 2012-02-24 17:39:21 +0100 |
---|---|---|
committer | Marco Bodrato <bodrato@mail.dm.unipi.it> | 2012-02-24 17:39:21 +0100 |
commit | 20816efe8a2c6127c7d3acda57d8485448bfbe10 (patch) | |
tree | 2ef637224446400f27f41b7e61c26b2bde0da08c /doc/gmp.texi | |
parent | 75d335e7815194f4a22fef74bd3d99c59b42ba9c (diff) | |
download | gmp-20816efe8a2c6127c7d3acda57d8485448bfbe10.tar.gz |
Typos.
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 476171af9..fb3df35aa 100644 --- a/doc/gmp.texi +++ b/doc/gmp.texi @@ -3585,7 +3585,7 @@ Set @var{rop} to the least common multiple of @var{op1} and @var{op2}. @cindex Inverse modulo functions Compute the inverse of @var{op1} modulo @var{op2} and put the result in @var{rop}. If the inverse exists, the return value is non-zero and @var{rop} -will satisfy @math{0 @le{} @var{rop} < @var{op2}}. If an inverse doesn't exist +will satisfy @math{0 < @var{rop} < @var{op2}}. If an inverse doesn't exist the return value is zero and @var{rop} is undefined. @end deftypefun |