aboutsummaryrefslogtreecommitdiffstats
path: root/man/zeven.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/zeven.3')
-rw-r--r--man/zeven.325
1 files changed, 25 insertions, 0 deletions
diff --git a/man/zeven.3 b/man/zeven.3
new file mode 100644
index 0000000..a9d02f7
--- /dev/null
+++ b/man/zeven.3
@@ -0,0 +1,25 @@
+.TH ZEVEN 3 libzahl
+.SH NAME
+zeven - Check whether a big integer is even
+.SH SYNOPSIS
+.nf
+#include <zahl.h>
+
+int zeven(z_t \fIa\fP);
+.fi
+.SH DESCRIPTION
+.B zeven
+checks whether
+.I a
+is even.
+.SH RETURN VALUE
+.B zeven
+returns 1 if
+.I a
+is even, and 0 otherwise.
+.SH SEE ALSO
+.BR zodd (3),
+.BR zeven_nonzero (3),
+.BR zzero (3),
+.BR zsignum (3),
+.BR zcmp (3)