aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/not-implemented.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/not-implemented.tex b/doc/not-implemented.tex
index 68c5d98..db9e2ca 100644
--- 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;