diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-25 21:41:43 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-25 21:41:43 +0300 |
commit | a6852e4b9f87885fb2ee1285f18343b4bdbc91e3 (patch) | |
tree | f4502349ded0d6d0f609b3154de1bcec16d9b476 /doc/gawk.1 | |
parent | b4f33f6a4588ad62b4cffa05f81ba31ed224bd0d (diff) | |
parent | 8231da563c810ce210ce309ee1a022bad22a1e13 (diff) | |
download | egawk-a6852e4b9f87885fb2ee1285f18343b4bdbc91e3.tar.gz egawk-a6852e4b9f87885fb2ee1285f18343b4bdbc91e3.tar.bz2 egawk-a6852e4b9f87885fb2ee1285f18343b4bdbc91e3.zip |
Merge branch 'master' into feature/typed-regex
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3181,6 +3181,11 @@ values to .B uintmax_t integers, doing the operation, and then converting the result back to floating point. +.PP +.BR NOTE : +Passing negative operands to any of these functions causes +a fatal error. +.PP The functions are: .TP "\w'\fBrshift(\fIval\fB, \fIcount\fB)\fR'u+2n" \fBand(\fIv1\fB, \fIv2 \fR[, ...]\fB)\fR |