> For the complete documentation index, see [llms.txt](https://docs.tabula.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tabula.io/data-transformation/formulas/trigonometric-functions/acos.md).

# Acos

Computes the inverse cosine (arc cosine) of its input; a result is a number in the interval \[0, pi]

```mathematica
Acos(1) → 0
Acos(-0.5) → 2.09
```

#### Inputs

`Acos(number)`

* `number` - A number expression
