noun
ceiling function
Mathematical function that maps a real number to the smallest integer greater than or equal to it. Often denoted ⌈x⌉.
天井関数を使うと、3.2は4に切り上げられます。
Using the ceiling function, 3.2 is rounded up to 4.
In this algorithm, we apply the ceiling function to the calculation result.