> 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/master/math/divide.md).

# Divide

## Overview

![](/files/-MIxaToyieqEIEsbo6nq)

**Divide** divides all of the values provided in the **Input Sockets**, in order, from top-to-bottom, and returns the result of those operations.

## Attributes

| Attribute   | Type          | Description                                                             |
| ----------- | ------------- | ----------------------------------------------------------------------- |
| `Data Type` | **Drop-down** | The type of **Data** that will be plugged into the `Input` **Sockets**. |
| `Count`     | **Int**       | The number of **Data Input Sockets** the **Node** will have.            |

## Inputs

| Input             | Type                                          | Description                                                           |
| ----------------- | --------------------------------------------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**                                     | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Input [n]`       | *Defined in the* `Data Type` ***Attribute***. | The **Values** to be divided.                                         |

## 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. |
| `Output`           | *Defined in the* `Data Type` ***Attribute***. | The result of the division operation(s).                                                                                               |
