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

# Atan

Computes the inverse tangent (arc tangent) of its argument; the result is a number in the interval `[-pi, pi]`

```mathematica
Atan(1) → 0.78
Atan(0.3) → 0.29
```

#### Inputs

`Atan(number)`

* `number` - A number expression
