Forcefully round a number up
Forces the rounding of the input to the next higher rounded value.
roundUp(input, to = 10)
input |
The value to be rounded. |
to |
The level of rounding to be applied (i.e. to=10 will round 14.2 to 20; to=1 will round i to 15). |
A numeric value or string.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.