pow函数的用法 pow(x,y); 函数库 c #include <math.h> c++ #include 功能:计算x的y次幂。 sqrt函数的用法 sqrt(x); 功能 :计算x的开方 ab函数的用法 abs(x); 功能:计算x的绝对值。