功能目录
指数运算。
float pow (float base, float exponent);
base: 底数(float型)
base
exponent:指数 (float型)
exponent
指数运算结果。
a=pow(2,3)//将2的3次方的值赋值给a