# Trigonometric Operators

Perform trigonometric calculations.

| **Page** | **Description** |
| --- | --- |
| [Acos](Operator-Acos.md) | Calculate the arccosine (inverse cosine) of an input. |
| [Asin](Operator-Asin.md) | Calculate the arcsine (inverse sine) of an input. |
| [Atan](Operator-Atan.md) | Calculate the arctangent (inverse tangent) of an input. |
| [Atan2](Operator-Atan2.md) | Calculate the angle between the x-axis and a vector. |
| [Cosine](Operator-Cosine.md) | Calculate the cosine of an input. |
| [Sine](Operator-Sine.md) | Calculate the sine of an input. |
| [Tangent](Operator-Tangent.md) | Calculate the tangent of an input. |

## Additional resources

- [Math Operators](Math.md)

