# Arc Sine

## Overview

![The Arc Sine Node.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-c49770cbf37540aa750401ff964bbd79732bb3e4%2Fnode-arc-sine2.png?alt=media)

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

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

## Attributes

![The Arc Sine Node Attributes.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-5873d9ce4c2831ee8aafcd99eca0da0833832346%2Fnode-arc-sine2-attr.png?alt=media)

### Miscellanous

| 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 *arcsine* 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 *arcsine* of `Input`.                                                                                                              |

## See Also

* [**Trigonometry**](https://docs.incari.com/incari-studio/2022.1/toolbox/math/trigonometry)
* [**Sine**](https://docs.incari.com/incari-studio/2022.1/toolbox/math/trigonometry/sine)
* [**Radian-Degree Converter**](https://docs.incari.com/incari-studio/2022.1/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.
