numpy.sqrt ... Return the non-negative square-root of an array, element-wise. ... np.sqrt([1,4,9]) array([ 1., 2., 3.]) >>> np.sqrt([4, -1, ...
確定! 回上一頁