文件名称:fixed-sqroot
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- Kirill*******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Fixed point square root routine for any microcontroller (8/16/32 bit), faster than libc version.
Function calculates the integer square root for 32-bit number. Calculated as 16-bit integer part and 16-bit fractional part. Computation is performed for 32 iterations, and does not require multiplications or divisions (as opposed to Newton s method).
Function calculates the integer square root for 32-bit number. Calculated as 16-bit integer part and 16-bit fractional part. Computation is performed for 32 iterations, and does not require multiplications or divisions (as opposed to Newton s method).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
fixed-sqroot.c