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