Math expressions let you calculate all sorts of things.
Title | Operator | Explanation | Example |
---|---|---|---|
Addition | + | Adds together two values | a + b |
Subtraction | – | Subtracts one value from another | a – b |
Multiplication | * | Multiplies two values | a * b |
Division | / | Divides one value by another | a / b |
Modulus | % | Returns the division remainder | a % b |