Expression Reference Tables | Comparison Operators | ||
Chapter 24, Expressions |
Use the following arithmetic operators to perform basic mathematical operations.
Arithmetic Operator | Description |
+ | Addition |
- | Subtraction |
* | Multiplication |
/ | Division |
% | Integer Modulo |
^ | Exponentiation |