最佳答案:extern float pow(float x, float y) 1. 用法:#include 2. 功能:计算x的y次幂。 3. 说明:x应大于零,返回幂指数的结果。 4. 举例: //