# Cosine

## Overview

![The Cosine Node](https://3009747178-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-1330240639%2Fuploads%2Fgit-blob-4f05347c89827cad8d803b294c85994b90ff2a8c%2Fnode-cosine.png?alt=media)

The **Cosine Node** takes a single **Float** value, representing an angle, in degrees (°) or radians (rad), and returns its *cosine*.

## Attributes

### Miscellaneous

| Attribute   | Type     | Description                                                                    |
| ----------- | -------- | ------------------------------------------------------------------------------ |
| `Is Degree` | **Bool** | Determines whether the `Input` 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 angle to calculate the *cosine* 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 *cosine* of `Input`.                                                                                                               |

## See Also

* [**Trigonometry**](https://docs.incari.com/incari-studio/2021.1/toolbox/math/trigonometry)
* [**Arc Cosine**](https://docs.incari.com/incari-studio/2021.1/toolbox/math/trigonometry/arc-cosine)
* [**Radian-Degree Converter**](https://docs.incari.com/incari-studio/2021.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.
