Operators
Operator Symbols
Operator
Behaviour
+
Adds numbers together
–
Subtracts the first number from the second
× or *
Multiplies numbers together
/ or ÷
Divides the first number by the second number
^ or **
Raises the first number to the power of the second number
% or mod
Gives you the remainder after a division
Operator Phrases
Last updated
Was this helpful?