> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2.0/toolbox/math/divide.md).

# Divide

## Overview

![](/files/-MIxaToyieqEIEsbo6nq)

**Divide** is a *basic arithmetic operation* **Node**, which divides one number (*dividend*) by a second number (*divisor*) and outputs the result of the operation (*quotient*).

This is the equivalent of the division (`÷` or `/`) operation in computer science and mathematics.

## Attributes

| Attribute          | Type                                          | Description                                                                                                              |
| ------------------ | --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| `Data Type`        | **Drop-down**                                 | The type of data that will be plugged into the `Input` **Sockets**.                                                      |
| `Default Dividend` | *Defined in the `Data Type`* ***Attribute***. | The left side of the division operation (the number to be divided) if no value is provided in the `Dividend` **Socket**. |
| `Default Divisor`  | *Defined in the `Data Type`* ***Attribute***. | The right side of the division operation (the number to divide by) if no value is provided in the `Divisor` **Socket**.  |

## Inputs

| Input             | Type                                          | Description                                                           |
| ----------------- | --------------------------------------------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**                                     | A standard input **Pulse**, to trigger the execution of the **Node**. |
| `Dividend`        | *Defined in the `Data Type`* ***Attribute***. | The left side of the division operation (the number to be divided).   |
| `Divisor`         | *Defined in the `Data Type`* ***Attribute***. | The right side of the division operation (the number to divide by).   |

## Outputs

| Output             | Type                                          | Description                                                                                                                          |
| ------------------ | --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| *Pulse Output* (►) | **Pulse**                                     | A standard output **Pulse**, to move onto the next **Node** along the *logic branch*, once this **Node** has finished its execution. |
| `Quotient`         | *Defined in the `Data Type`* ***Attribute**.* | The result of the division operation.                                                                                                |
