Carrot reference
Functions
roundUp()
Rounds a given value to the next largest integer.
roundUp(number[, places])
- number - the Number value to be evaluated.
- places (optional) - the number of places of the returned Number value.
roundUp(4.5678, 2) returns 4.57
roundUp(4.5678) returns 5