ceiling function
Mathematical function that maps a real number to the smallest integer greater than or equal to it. Often denoted ⌈x⌉.
Using the ceiling function, 3.2 is rounded up to 4.
In this algorithm, we apply the ceiling function to the calculation result.