Skip to content

Division

Division operator (/) can be used to divide two numbers.

Syntax
operand1 / operand2
Example
10 / 3
# 3.333