计算乘方pow(4,3)#结果642.计算平方importnumpynumpy.square(4)#结果16pow(5,2)#结果253.平方根importnumpynumpy.sqrt(16)# ...,math.sqrt(x)比math.pow(x,0.5) ...
確定! 回上一頁