# 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
