9.2. math — Mathematical functions — Python 3.4.2 documentation
math.ceil(x) Return the ceiling of x, the smallest integer greater than or equal to x. If x is not a float, delegates to ... (there is no such thing in Python). For the ceil(), floor(), and modf() functions, note that all floating-point numbers of suffici...