> 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

![](/files/7CI8CjQ93wVXx3MLnuB4)

**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**.                                                                                                               |
