aboutsummaryrefslogtreecommitdiffstats
path: root/man/znot.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/znot.3')
-rw-r--r--man/znot.330
1 files changed, 30 insertions, 0 deletions
diff --git a/man/znot.3 b/man/znot.3
new file mode 100644
index 0000000..92f1999
--- /dev/null
+++ b/man/znot.3
@@ -0,0 +1,30 @@
+.TH ZNOT 3 libzahl
+.SH NAME
+znot - Calculates the bitwise complement of a big integer
+.SH SYNOPSIS
+.nf
+#include <zahl.h>
+
+void znot(z_t \fIa\fP, z_t \fIb\fP);
+.fi
+.SH DESCRIPTION
+.B znot
+calculates the bitwise complement of
+.I b
+and stores the result in
+.IR a .
+.P
+It is safe to call
+.B znot
+with
+.IR "(a==b)" .
+.SH SEE ALSO
+.BR zand (3),
+.BR zor (3),
+.BR zxor (3),
+.BR zlsh (3),
+.BR zrsh (3),
+.BR zsplit (3),
+.BR zbtest (3),
+.BR zlsb (3),
+.BR zbits (3)