sqrt函数

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

posted @ 2018-06-10 09:32  hank-li  阅读(590)  评论(0编辑  收藏  举报