头文件 math.h 函数原型:extern float pow(float x, float y);
只能用于int整型之间运算
fmodf用于float型变量操作,fmod用于double型变量操作,fmodl用于long double型变量操作