> For the complete documentation index, see [llms.txt](https://docs.tomat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomat.ai/data-transformation/formulas/math-functions/rounddown.md).

# RoundDown

Rounds a number down

```mathematica
RoundDown(98.57) → 98
RoundDown(98.57, 1) → 98.5
```

#### **Inputs**

`RoundDown(number, [places])`

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