DB
FunctionsMath

ceil

Rounds each numeric input up to the smallest integer value greater than or equal to it.

ceil(…) → Float64

Kind · scalar

Rounds each numeric input up to the smallest integer value greater than or equal to it.

Part of the Math family.