Rounds a number up to the nearest integer.
1 2
printf("%g\n", math.ceil(4.2)) // 5 printf("%g\n", math.ceil(-4.7)) // -4