From cd131729b7b458f26d9bd9b51ecfc6b2acde5f97 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 14 May 2016 17:47:37 +0200 Subject: Minor edit in manual: reorder parameters in call to zadd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/not-implemented.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/not-implemented.tex b/doc/not-implemented.tex index a9758b8..186a413 100644 --- a/doc/not-implemented.tex +++ b/doc/not-implemented.tex @@ -82,7 +82,7 @@ modinv(z_t inv, z_t a, z_t m) zset(apos, a); if (zcmpmag(apos, mabs)) zmod(apos, apos, mabs); - zadd(apos, mabs, apos); + zadd(apos, apos, mabs); \} extgcd(inv, _1, _2, _3, gcd, apos, mabs); if ((invertible = !zcmpi(gcd, 1))) \{ -- cgit v1.2.3-70-g09d2