diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-03-02 21:49:04 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-03-02 21:49:04 +0100 |
| commit | fc0b03aa13b1850a7f38f03fd2d6e066c4be067b (patch) | |
| tree | 1b00e9d6f740d53f412b0ab8950625294314f546 /zahl.h | |
| parent | Add zlsh and zrsh (diff) | |
| download | libzahl-fc0b03aa13b1850a7f38f03fd2d6e066c4be067b.tar.gz libzahl-fc0b03aa13b1850a7f38f03fd2d6e066c4be067b.tar.bz2 libzahl-fc0b03aa13b1850a7f38f03fd2d6e066c4be067b.tar.xz | |
zahl.h: fix working mishapp for zptest
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'zahl.h')
| -rw-r--r-- | zahl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ size_t zlsb(z_t); /* Index of first set bit, SIZE_MAX if no void zgcd(z_t, z_t, z_t); /* a := gcd(b, c) */ /* NONPRIME if b ∉ ℙ, PROBABLY_PRIME, if b ∈ ℙ with (1 − 4↑−c) certainty, 2 if PRIME ∈ ℙ. - * If NONPRIME is returned the witness of b's compositeness is stored in a unless a is NONPRIME. */ + * If NONPRIME is returned the witness of b's compositeness is stored in a. */ enum zprimality zptest(z_t, z_t, int); |
