aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-05-13 10:39:01 +0200
committerMattias Andrée <maandree@kth.se>2016-05-13 10:39:01 +0200
commit5cefa7c59cfaa10f2a692f35aa754897b546de3b (patch)
tree51bc7db49d60d552ba68015b010abb8d4a24ee8d /doc
parentHow you would calculate factorials efficiently (diff)
downloadlibzahl-5cefa7c59cfaa10f2a692f35aa754897b546de3b.tar.gz
libzahl-5cefa7c59cfaa10f2a692f35aa754897b546de3b.tar.bz2
libzahl-5cefa7c59cfaa10f2a692f35aa754897b546de3b.tar.xz
Fix typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-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;