> 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/cos.md).

# Cos

Computes the cosine of its argument; the argument should be expressed in radians

```mathematica
Cos(3.14) → -0.99
Cos(0) → 1
```

#### Inputs

`Cos(number)`

* `number` - A number expression, should be expressed in radians
