COBOL Manual for TNS and TNS/R Programs

Language Elements and Expressions
HP COBOL Manual for TNS and TNS/R Programs522555-006
38-8
Arithmetic Expressions
Arithmetic Expressions
Table 38-6, Arithmetic Operators, on page 38-8
Table 38-7, Hierarchy of Operators, on page 38-8
Table 38-8, Precedence in Arithmetic Expressions, on page 38-9
Table 38-9, Operator-Operand Combinations, on page 38-9
Table 38-6. Arithmetic Operators
Operator
MeaningSymbol Kind
+ Unary Multiplication by +1
Binary Addition
- Unary Multiplication by -1
Binary Subtraction
* Binary Multiplication
/ Binary Division
** Binary Exponentiation
Table 38-7. Hierarchy of Operators
Hierarchy Operators
1st Unary plus and minus
2nd Exponentiation
3rd Multiplication and division
4th Addition and subtraction
+
-
num-id
+
-
**
num-lit
arith-expr
(
)arith-expr
*
/
arith-expr
VST739.vsd