python如何求指数以及对数

指数: math.exp() 只能对一个数求指数,不能对数组进行批量求指数 numpy.exp()既能对一个数求指数,也能对数组进行批量求指数 对数: math.log() numpy.log() 作用同上
相关文章
相关标签/搜索