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