# Trigonometry

## Introduction

*Trigonometric functions* are used to calculate the acute angles and side lengths of right-angled triangles. Trigonometry has a vast number of applications, ranging from engineering to astronomy. The most relevant to **Incari**, though, is that it can be used to calculate coordinates and distances within 3D space.

## Trigonometric Functions

* [**Sine**](/incari-studio/2023.2/toolbox/math/trigonometry/sine.md) - Returns the *sine* of an input value.
* [**Cosine**](/incari-studio/2023.2/toolbox/math/trigonometry/cosine.md) - Returns the *cosine* of an input value.
* [**Tangent**](/incari-studio/2023.2/toolbox/math/trigonometry/tangent.md) - Returns the *tangent* of an input value.

## Inverse Trigonometric Functions

* [**Arc Sine**](/incari-studio/2023.2/toolbox/math/trigonometry/arc-sine.md) - Returns the *arcsine* of an input value.
* [**Arc Cosine**](/incari-studio/2023.2/toolbox/math/trigonometry/arc-cosine.md) - Returns the *arccosine* of an input value.
* [**Arc Tangent**](/incari-studio/2023.2/toolbox/math/trigonometry/arc-tangent.md) - Returns the *arctangent* of an input value.
* [**Arc Tangent 2**](/incari-studio/2023.2/toolbox/math/trigonometry/arc-tangent2.md) - Returns the *two-argument arctangent* of two input values.

## Converters

* [**Radian-Degree Converter**](/incari-studio/2023.2/toolbox/math/trigonometry/radian-degree-converter.md) - Converts radians to degrees or degrees to radians.


---

# 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/2023.2/toolbox/math/trigonometry.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.
