# RoundUp

Rounds a number up

```mathematica
RoundUp(28.2) → 29
RoundUp(28.22, 1) → 28.3
```

#### **Inputs**

`RoundUp(number, [places])`

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