vb

Operator: /

Divides n1 by n2..

Using

n1 / n2

Example

MsgBox 2 / 4 ' 0.5
MsgBox 4 / 2 ' 2