operator /(Number{u}/Number{v})Number{u/v}

Divides the left side by the right side.

This will produce a decimal component if necessary. If you want integer division, round the result.

The result will have appropriate units, dividing the top units by the bottom units.

ExamplesClick an example to insert it
5 / 22.5
round decimal((100{m} / 9.58{s}), 2)10.44{m/s}