diff options
author | aiju <devnull@localhost> | 2016-09-01 10:55:12 +0000 |
---|---|---|
committer | aiju <devnull@localhost> | 2016-09-01 10:55:12 +0000 |
commit | 30c9e34c0d0a0247b0adb2c343e30240ed0e2779 (patch) | |
tree | 51a51efcc952dd424c47090c85547ca9b5ca23b5 /sys/man/1 | |
parent | d552fed38514dc799c7fea95dfb632c8816c3f60 (diff) |
pc: add cat() function
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/pc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/man/1/pc b/sys/man/1/pc index 51ca88a1b..e4e11792b 100644 --- a/sys/man/1/pc +++ b/sys/man/1/pc @@ -93,6 +93,9 @@ The minimum number of bits required to represent \fIn\fR as an unsigned number. .I sbits(n) The minimum number of bits required to represent \fIn\fR as an signed number. .TP +.I cat(a0,n0,...,aN,nN) +Truncate each of the \fIa\fR arguments to \fIn\fR bits and concatenate their binary representation. +.TP .I gcd(n,m) The greatest common divisor of \fIn\fR and \fIm\fR. .TP |