---
title: "÷ · RUAL Documentation"
description: "Produces the quotient of its operands where the first operand is the dividend and the second operand is the divisor."
canonical: https://docs.rual.nl/block-types/math/number_divide
language: en
---

# ÷

This block is part of the [`math`](https://docs.rual.nl/block-types/math) group and was last modified in core [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

Produces the quotient of its operands where the first operand is the dividend and the second operand is the divisor.

- number_0 required `number`

- number_1 required `number`

- Number `number`

| `divide` |
| --- |
| `/` |

A typical wiring for [÷](https://docs.rual.nl/block-types/math/number_divide): the `number` out pin feeds [cast to value](https://docs.rual.nl/block-types/type%20casting/number_convert_to_value).

![Studio canvas example for the ÷ block: typical wiring for ÷.](https://docs.rual.nl/canvas-examples/number_divide.png)

### Version history

Introduced in [`v10.4.28`](https://docs.rual.nl/core-versions/100428).
