diff options
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -358,7 +358,7 @@ actually invalid are issued. (This is not fully implemented yet.) .B \-M .TP .PD -.B \-\^\-bcmath +.B \-\^\-arbitrary-precision Force arbitrary precision arithmetic on numbers. This option has no effect if .I gawk @@ -1178,11 +1178,12 @@ the version of The rounding mode to use for arbitrary precision arithmetic on numbers, by default \fB"N"\fR (IEEE-754 roundTiesToEven mode). The accepted values are -\fB"U"\fR for roundTowardPositive, -\fB"D"\fR for roundTowardNegative, -\fB"Z"\fR for roundTowardZero, +\fB"N"\fR or \fB"n"\fR for roundTowardPositive, +\fB"U"\fR or \fB"u"\fR for roundTowardPositive, +\fB"D"\fR or \fB"d"\fR for roundTowardNegative, +\fB"Z"\fR or \fB"z"\fR for roundTowardZero, and if your version of GNU MPFR library supports it, -\fB"A"\fR for roundTiesToAway. +\fB"A"\fR or \fB"a"\fR for roundTiesToAway. .TP .B RS The input record separator, by default a newline. |