math.ceil()

math.ceil(x)

Return the ceiling of x as a float. This is the smallest integral value >= x.