CEIL¶
CEIL(X[, scale])
Converts X to the specified scale, rounding towards positive
infinity. For example, scale=0
rounds up to the nearest integer,
scale=2
rounds up to the nearest 0.01
, and scale=-1
rounds
up to the nearest multiple of 10.