John Smith
john@example.com
---
title: "acos"
excerpt: "Computes the arccosine of a number (in radians)."
layout: manual
Computes the arccosine of a number (in radians).
```js
acos(num: number) -> number
```
### Examples
const myVar = acos(0.5)
### Arguments
* `num`: `number` (REQUIRED)
### Returns
`number`