RoundUp
Rounds a number up
RoundUp(28.2) → 29
RoundUp(28.22, 1) → 28.3Inputs
RoundUp(number, [places])
number- A number to round up[places]- [optional:0by default**] -** The number of decimal places to round to.
Rounds a number up
RoundUp(28.2) → 29
RoundUp(28.22, 1) → 28.3RoundUp(number, [places])
number - A number to round up
[places] - [optional: 0 by default**] -** The number of decimal places to round to.