Use the following arithmetic operators to perform basic mathematical operations.
Operator | Description |
---|---|
+ | Addition |
- | Subtraction |
* | Multiplication |
/ | Division |
% | Modulo (this is a binary operator) |
(x, y, z) | Vector where x, y, and zare scalar values |