RoundUp
Rounds a number up
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.
Last updated
Was this helpful?