实现 pow(x, n) ,即计算 x 的 n 次幂函数(即,xn)。不得使用库函数,同时不需要考虑大数问题
数值的整数次方
原文:https://www.cnblogs.com/jianzihao/p/14674186.html