diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2012-04-04 14:06:17 +0200 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2012-04-04 14:06:17 +0200 |
commit | 068822dafbbe260f27a2821b0a56d8da970e8633 (patch) | |
tree | 5cd51ed9b11635a2f4db5d504ad20e64ba49285a /doc | |
parent | dd6edafc9de791e8d82eb4bc2eb96d409dda47f0 (diff) | |
download | gmp-068822dafbbe260f27a2821b0a56d8da970e8633.tar.gz |
Fix a typo.
Diffstat (limited to 'doc')
-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 5baa83127..62f5c523e 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 < @var{rop} < @var{@GMPabs{op2}}}. If an inverse doesn't +will satisfy @math{0 < @var{rop} < @GMPabs{@var{op2}}}. If an inverse doesn't exist the return value is zero and @var{rop} is undefined. The behaviour of this function is undefined when @var{op2} is zero. @end deftypefun |