[Gmp-commit] /var/hg/gmp: Remove a spurious newline.
mercurial at gmplib.org
mercurial at gmplib.org
Thu Jan 2 11:28:24 UTC 2014
details: /var/hg/gmp/rev/75c45ba987ab
changeset: 16147:75c45ba987ab
user: Torbjorn Granlund <tege at gmplib.org>
date: Thu Jan 02 12:28:21 2014 +0100
description:
Remove a spurious newline.
diffstat:
doc/gmp.texi | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r e721865d67d6 -r 75c45ba987ab doc/gmp.texi
--- a/doc/gmp.texi Thu Jan 02 11:51:27 2014 +0100
+++ b/doc/gmp.texi Thu Jan 02 12:28:21 2014 +0100
@@ -5802,8 +5802,7 @@
@var{dn})} limbs to be passed in the @var{tp} parameter.
@end deftypefun
- at deftypefun int mpn_sec_minvert (mp_limb_t *@var{rp}, mp_limb_t *@var{ap}, const mp_limb_t
-*@var{mp}, mp_size_t @var{n}, mp_bitcnt_t @var{bit_size}, mp_limb_t *@var{tp})
+ at deftypefun int mpn_sec_minvert (mp_limb_t *@var{rp}, mp_limb_t *@var{ap}, const mp_limb_t *@var{mp}, mp_size_t @var{n}, mp_bitcnt_t @var{bit_size}, mp_limb_t *@var{tp})
@deftypefunx mp_size_t mpn_sec_minvert_itch (mp_size_t @var{n})
Set @var{R} to @m{@var{A}^{-1} \bmod @var{M}, the inverse of @var{A} modulo
@var{M}}, where @var{R} = @{@var{rp}, at var{n}@}, @var{A} = @{@var{ap}, at var{n}@},
More information about the gmp-commit
mailing list