Expression Reference Tables Previous Next Comparison Operators

Chapter 24, Expressions
Arithmetic Operators

Use the following arithmetic operators to perform basic mathematical operations.

Arithmetic Operator Description
+ Addition
- Subtraction
* Multiplication
/ Division
% Integer Modulo
^ Exponentiation


Previous Next