Carrot reference
Functions
roundUp()
rounds a given value to the next largest integer syntax roundup(number\[, places]) number the number value to be evaluated places (optional) the number of places of the returned number value return type number docid\ uci5tctfvbhonej6zqijg sample usage roundup(4 5678, 2) returns 4 57 roundup(4 5678) returns 5 supported data types input type return type logic number docid\ uci5tctfvbhonej6zqijg number docid\ uci5tctfvbhonej6zqijg if a number value is passed, that number value will be rounded up to the defined number of decimal places defaults to zero decimal places unsupported data types null docid\ n9trvqonnbknql9drnbp6 unsupported data types return null