math.ceiling
Syntax
Get the next integer by rounding up. For example, both 2.001 and 2.999 are rounded to 3.0.
i - next integer
n - number to round
math.bound
math.choose
9.1.13