commit cd131729b7b458f26d9bd9b51ecfc6b2acde5f97
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Sat May 14 17:47:37 2016 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Sat May 14 17:47:37 2016 +0200
Minor edit in manual: reorder parameters in call to zadd
Signed-off-by: Mattias Andrée <maandree_AT_kth.se>
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
_AT_@ -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))) \{
Received on Sat May 14 2016 - 20:54:26 CEST
This archive was generated by hypermail 2.3.0
: Sat May 14 2016 - 21:00:15 CEST