标签:笔试 笔试题 mat tps nbsp 更新 sqrt code 试题
1、pow 幂运算(math.h)
pow(2,n);//2^n
2、sqrt 开方运算 (math.h)
sqrt(n) //开方 x*x = n,返回x
-----------------------------随时更新--------------------------------
标签:笔试 笔试题 mat tps nbsp 更新 sqrt code 试题
原文地址:https://www.cnblogs.com/EvansPudding/p/12572606.html