Symbol used to perform math operations on numbers.
Details
🤖 Pseudocode
a + b # addition a - b # subtraction a * b # multiplication a / b # division
Related Concepts
- Is: Operator
- Includes: Modulo Operator
Related Actions
- Used in: Perform Arithmetic Operation