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

# Tan

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

```mathematica
Tan(-3.14/4) → -0.99
Tan(-3.14/2) → -1,255.76

```

#### Inputs

`Tan(number)`

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