[Gmp-commit] /var/hg/gmp: Some spacing fixes.
mercurial at gmplib.org
mercurial at gmplib.org
Wed Feb 8 09:41:32 CET 2012
details: /var/hg/gmp/rev/37a6d5d3552f
changeset: 14608:37a6d5d3552f
user: Niels M?ller <nisse at lysator.liu.se>
date: Wed Feb 08 09:41:23 2012 +0100
description:
Some spacing fixes.
diffstat:
doc/gmp.texi | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 4023ebb2bfe5 -r 37a6d5d3552f doc/gmp.texi
--- a/doc/gmp.texi Wed Feb 08 09:38:00 2012 +0100
+++ b/doc/gmp.texi Wed Feb 08 09:41:23 2012 +0100
@@ -3551,10 +3551,10 @@
addition set @var{s} and @var{t} to coefficients satisfying
@math{@var{a}@GMPmultiply{}@var{s} + @var{b}@GMPmultiply{}@var{t} = @var{g}}.
The value in @var{g} is always positive, even if one or both of @var{a} and
- at var{b} are negative (or zero if both inputs are zero). The values in @var{s}
+ at var{b} are negative (or zero if both inputs are zero). The values in @var{s}
and @var{t} are chosen such that normally, @math{@GMPabs{@var{s}} <
@GMPabs{@var{b}} / (2 @var{g})} and @math{@GMPabs{@var{t}} < @GMPabs{@var{a}}
-/ (2 @var{g})}, and these relations define @var{s} and @var{t} uniquely. There
+/ (2 @var{g})}, and these relations define @var{s} and @var{t} uniquely. There
are a few exceptional cases:
If @math{@GMPabs{@var{a}} = @GMPabs{@var{b}}}, then @math{@var{s} = 0},
@@ -3566,7 +3566,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}.
+= 0}.
If @var{t} is @code{NULL} then that value is not computed.
@end deftypefun
More information about the gmp-commit
mailing list