A binary operator representing division or indicating the divisibility relationship between numbers in arithmetic.
Examples
Basic division operation
12 \div 3 = 4
Division with variables
\frac{x}{y} \text{ can be written as } x \div y
Division in an equation
z = (a + b) \div (c - d)