diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-05-13 10:39:01 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-05-13 10:39:01 +0200 |
| commit | 5cefa7c59cfaa10f2a692f35aa754897b546de3b (patch) | |
| tree | 51bc7db49d60d552ba68015b010abb8d4a24ee8d /doc | |
| parent | How you would calculate factorials efficiently (diff) | |
| download | libzahl-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.tex | 2 |
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; |
