# 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**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/math/trigonometry/broken-reference/README.md) - Returns the *sine* of an input value.
* [**Cosine**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/math/trigonometry/broken-reference/README.md) - Returns the *cosine* of an input value.
* [**Tangent**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/math/trigonometry/broken-reference/README.md) - Returns the *tangent* of an input value.

## Inverse Trigonometric Functions

* [**Arc Sine**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/math/trigonometry/broken-reference/README.md) - Returns the *arcsine* of an input value.
* [**Arc Cosine**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/math/trigonometry/broken-reference/README.md) - Returns the *arccosine* of an input value.
* [**Arc Tangent**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/math/trigonometry/broken-reference/README.md) - Returns the *arctangent* of an input value.
* [**Arc Tangent 2**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/math/trigonometry/broken-reference/README.md) - Returns the *two-argument arctangent* of two input values.

## Converters

* [**Radian-Degree Converter**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/toolbox/math/trigonometry/broken-reference/README.md) - Converts radians to degrees or degrees to radians.
