您的位置首页百科问答

pow函数作用是什么?

pow函数作用是什么?

的有关信息介绍如下:

pow函数作用是什么?

pow(num1,num2)

作360问答用,计算出num1得num2次方。

比如pow(8,2)=8*8=64

pow(2,4)=久指2*2*2*2=16