Python Math floor(), ceil(), trunc(), and modf()
This article is the first of several articles discussing functions from the math module from the Python Standard Library. The articles are organized thematically; functions that are closely related to each other are discussed in the same article. In this article, we discuss four functions: math.floor, math.ceil, math.trunc, and math.modf. They are all related to … Read more