Divides one value by another.
[expression1]/expression2
The oblique (or slash, /) is the division operator. It divides the expression on the left by the expression on the right.
| expression1 | a number or expression that evaluates to a number |
| expression2 | a number or expression that evaluates to a number |
Arithmetic operators indicate the sign of a number or perform arithmetic operations (addition, subtraction, multiplication, division, exponentiation).