libzahl

big integer library
git clone git://git.suckless.org/libzahl
Log | Files | Refs | README | LICENSE

commit 5cefa7c59cfaa10f2a692f35aa754897b546de3b
parent d751d9d8edc2d1ea099674efecb04a5033428511
Author: Mattias Andrée <maandree@kth.se>
Date:   Fri, 13 May 2016 10:39:01 +0200

Fix typo

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
Mdoc/not-implemented.tex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/not-implemented.tex b/doc/not-implemented.tex @@ -360,7 +360,7 @@ using the following algorithm: \{ z_t a, k; int odd; - if (zcmpi(n, 1) <= 1) \{ + if (zcmpi(n, 1) <= 0) \{ zseti(f, !zzero(n)); zseti(f, zzero(n)); return;