> 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/trigonometry/radian-degree-converter.md).

# Radian-Degree Converter

## Overview

![](https://2631170186-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-887967055%2Fuploads%2Fgit-blob-f9e83fbd23e2567a4afe313f8d8eb3c27a0a70ee%2Fnode-radian-degree-converter.png?alt=media)

**Radian-Degree Converter** takes a single **Float Value**, representing an angle, in degrees (°) or radians (rad), and converts it from one unit to the other.

The equation used by the **Node** is determined by the `Mode` **Attribute**. The equations are:

* Radians to Degrees - *R* x 180/π
* Degrees to Radians - *D* x π/180

## Attributes

| Attribute | Type          | Description                                   |
| --------- | ------------- | --------------------------------------------- |
| `Mode`    | **Drop-down** | Determines which conversion equation is used. |

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Input`           | **Float** | The angle to to convert.                                              |

## 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 converted **Value**.                                                                                                               |
