coremathCeilingVersion: NextOn this pageCeiling Rounds a number up to the next largest integer. Description Returns the smallest integer greater than or equal to the given number. Inputs a (Number): The number to round up. Outputs ceiling(a) (Number): The smallest integer greater than or equal to a.