python标准库学习——math模块1. 常用python标准库2. math
文章目录1. [常用python标准库](https://docs.python.org/zh-cn/3/library/index.html)2. math2.1 math模块常用函数2.2 数论与表示函数2.2.1 `math.floor(x)`: x向下取整。2.2.2 `math.ceil(x)`: x向上取整。2.2.3 `math.fabs(x)`: x的绝对值。2.2.4 `math.factorial(x)`: x 的阶乘。2.2.5 `math.prod(iterable, *