mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-16 08:30:49 +02:00
commit bash-20160401 snapshot
This commit is contained in:
+1
-1
@@ -4222,7 +4222,7 @@ By default, no limit is imposed on the number of recursive calls.
|
||||
.SH "ARITHMETIC EVALUATION"
|
||||
The shell allows arithmetic expressions to be evaluated, under
|
||||
certain circumstances (see the \fBlet\fP and \fBdeclare\fP builtin
|
||||
commands and \fBArithmetic Expansion\fP).
|
||||
commands, the \fB((\fP compound command, and \fBArithmetic Expansion\fP).
|
||||
Evaluation is done in fixed-width integers with no check for overflow,
|
||||
though division by 0 is trapped and flagged as an error.
|
||||
The operators and their precedence, associativity, and values
|
||||
|
||||
Reference in New Issue
Block a user