> 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/math-functions/round.md).

# Round

Rounds a number

```mathematica
Round(99, 6) → 100
Round(99.65, 1) → 99.7
```

#### **Inputs**

`Round(number, [places])`

* `number` - A number to round
* `[places]` -  **\[optional**: `0` by default\*\*] -\*\* The number of decimal places to round to
