sqrt函数

import numpy as np
B = np.arange(3)
print (B)
print (np.sqrt(B)) #求平方根

sqrt函数

知识在于点滴积累
上一篇:(1)Python基础


下一篇:(4)Python列表list