Fix typo - libzahl - big integer library
HTML git clone git://git.suckless.org/libzahl
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 5cefa7c59cfaa10f2a692f35aa754897b546de3b
DIR parent d751d9d8edc2d1ea099674efecb04a5033428511
HTML 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:
M doc/not-implemented.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR 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;