sqrt函数 2020-09-16 10:33:46 浏览数 (1) import numpy as np B = np.arange(3) print (B) print (np.sqrt(B)) #求平方根 numpy import 0 人点赞 上一篇:分享雷军22年前编写的代码