FunctionsMath
ceil
Rounds each numeric input up to the smallest integer value greater than or equal to it.
ceil(…) → Float64Kind · scalar
Rounds each numeric input up to the smallest integer value greater than or equal to it.
Part of the Math family.