# 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
