# Tangent

## Overview

![The Tangent Node](https://2523600638-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-2530645121%2Fuploads%2Fgit-blob-c0a468458fe0421872a830824a896bb183e4a5be%2Fnode-tangent.png?alt=media)

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

## Attributes

| Attribute       | Type      | Description                                                                      |
| --------------- | --------- | -------------------------------------------------------------------------------- |
| `Is Degree`     | **Bool**  | Determines whether the `Input` value is given in degrees (°) or radians (rad).   |
| `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 *tangent* 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 *tangent* of `Input`.                                                                                                              |

## See Also

* [**Trigonometry**](https://docs.incari.com/incari-studio/2021.2/toolbox/math/trigonometry)

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incari.com/incari-studio/2021.2/toolbox/math/trigonometry/tangent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
