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

# Truncate

Truncate a number

```mathematica
Truncate(1.59, 1) → 1.5
Truncate(6.2) → 6
```

#### Inputs

`Truncate(number, [places])`

* `number` - A number expression
* `[places]` -  **\[optional**: `0` by default\*\*] -\*\* The number of decimal places to truncate at.
