会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
冬至夏末
Winners do what losers don't want to do.
博客园
首页
联系
管理
2014年12月1日
平方根的快速算法
摘要: #if !idppc/*** float q_rsqrt( float number )*/float Q_rsqrt( float number ){ long i; float x2, y; const float threehalfs = 1.5F; ...
阅读全文
posted @ 2014-12-01 09:46 夏至冬末
阅读(1281)
评论(0)
推荐(0)
编辑