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.