指数: math.exp() 只能对一个数求指数,不能对数组进行批量求指数 numpy.exp()既能对一个数求指数,也能对数组进行批量求指数 对数: math.log() numpy.log() 作用同上 相关文章: 2022-12-23 2022-12-23 2022-12-23 2021-10-17 2022-12-23 2022-12-23 2022-12-23 2022-01-08