码迷,mamicode.com
首页 > 编程语言 > 详细

[实用向] 算法笔试题中常用的一些函数

时间:2020-03-26 10:53:53      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:笔试   笔试题   mat   tps   nbsp   更新   sqrt   code   试题   

 

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

 

-----------------------------随时更新--------------------------------

 

[实用向] 算法笔试题中常用的一些函数

标签:笔试   笔试题   mat   tps   nbsp   更新   sqrt   code   试题   

原文地址:https://www.cnblogs.com/EvansPudding/p/12572606.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!