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

# Degrees

Converts radians to degrees

```mathematica
Degrees(3.14/2) → 89.95
Degrees(3.14/4) → 44.97
```

#### Inputs

`Degrees(number)`

* `number` - A number expression
