问答详情
源自:2-4 numpy常用操作

exp3报错,求解

print(np.exp2(lst)) 可以运行
print(np.exp3(lst)) 报错,AttributeError: module 'numpy' has no attribute 'exp3'


提问者:慕村2152723 2020-04-09 15:21

个回答

  • 慕前端7080484
    2022-03-31 06:27:51

    numpy 模块中没有exp3()属性。如果想实现该功能,需要自己编码。

    下载视频          

  • 慕梦前来
    2020-11-08 21:59:04

    属性值 不对