1、pow 幂运算(math.h)
pow(2,n);//2^n
2、sqrt 开方运算 (math.h)
sqrt(n) //开方 x*x = n,返回x
-----------------------------随时更新--------------------------------
原文地址:https://www.cnblogs.com/EvansPudding/p/12572606.html
时间: 2024-10-03 15:48:12
1、pow 幂运算(math.h)
pow(2,n);//2^n
2、sqrt 开方运算 (math.h)
sqrt(n) //开方 x*x = n,返回x
-----------------------------随时更新--------------------------------
原文地址:https://www.cnblogs.com/EvansPudding/p/12572606.html