天天看點

sqrt函數

import numpy as np

B = np.arange(3)

print (B)

print (np.sqrt(B)) #求平方根

sqrt函數

知識在于點滴積累