1、pow 幂运算(math.h)
pow(2,n);//2^n
2、sqrt 开方运算 (math.h)
sqrt(n) //开方 x*x = n,返回x
https://support.office.com/zh-cn/article/SQRT-%E5%87%BD%E6%95%B0-654975c2-05c4-4831-9a24-2c65e4040fdf
3、奇数偶数相关函数取名
奇数:odd;
偶数:even;
-----------------------------随时更新--------------------------------