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