# Arc Tangent

## Overview

![The Arc Tangent Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-e7b1d07d00c10b75d18e0d09c87aadcc48924b6c%2Farctangentupdatedimage.png?alt=media)

The **Arc Tangent Node** takes a single **Float** value and returns its $$arctangent$$, in degrees (°) or radians (rad).

[**Scope**](https://docs.incari.com/incari-studio/2023.2/overview#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The Arc Tangent Node Attributes.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-ea49c385d415e41cba580b1187853e94288fce6f%2Fnode-arc-tangent2-attr.png?alt=media)

### Miscellaneous

| Attribute   | Type     | Description                                                                     |
| ----------- | -------- | ------------------------------------------------------------------------------- |
| `Is Degree` | **Bool** | Determines whether the `Output` value is given in degrees (°) or radians (rad). |

### Inputs

| Attribute       | Type      | Description                                                                      |
| --------------- | --------- | -------------------------------------------------------------------------------- |
| `Default Value` | **Float** | The default value of `Input`, if no value is provided in the `Input` **Socket**. |

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Input`           | **Float** | The value to calculate the $$arctangent$$ of.                         |

## 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`           | **Float** | The $$arctangent$$ of `Input`.                                                                                                         |

## See Also

* [**Trigonometry**](https://docs.incari.com/incari-studio/2023.2/toolbox/math/trigonometry)
* [**Tangent**](https://docs.incari.com/incari-studio/2023.2/toolbox/math/trigonometry/tangent)
* [**Radian-Degree Converter**](https://docs.incari.com/incari-studio/2023.2/toolbox/math/trigonometry/radian-degree-converter)

## External Links

* [*Trigonometry*](https://www.khanacademy.org/math/trigonometry) on Khan Academy.
* [*Sine, Cosine and Tangent*](https://www.mathsisfun.com/sine-Cosine-tangent.html) on Maths is Fun.
