diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-25 21:39:47 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-25 21:39:47 +0300 |
commit | 0bbb3a4698426ae29d33853c5f83363b1e3480bc (patch) | |
tree | 06389272225bef9bd95671113aaed24aec023163 /doc/gawk.1 | |
parent | e33df8585205539f5b61298200863a4ca5d9b041 (diff) | |
parent | 8231da563c810ce210ce309ee1a022bad22a1e13 (diff) | |
download | egawk-0bbb3a4698426ae29d33853c5f83363b1e3480bc.tar.gz egawk-0bbb3a4698426ae29d33853c5f83363b1e3480bc.tar.bz2 egawk-0bbb3a4698426ae29d33853c5f83363b1e3480bc.zip |
Merge branch 'master' into feature/cmake
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 |