pow(x,y)函數的用法及實現算法

pow函數是求次方的函數, 函數原型是double pow(double a,double b); 使用時應包含math.h頭文件。 1,C/C++中的數學函數編輯 原型:在TC2.0中原型爲extern float pow(float x, float y); ,而在VC6.0中原型爲double pow( double x, double y ); 頭文件:math.h/cmath(C++中)
相關文章
相關標籤/搜索