# 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
