Square root algorithm

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Square root algorithm

504件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Brinkand on Wed Oct 20 02:49:53 MST 2010
I need a squareroot  function for my LPC1111 application which can take in uint32_t and return uint32_t. I try to avoid floats and the full math library to save flash. I have 2k flash and plenty of RAM available.

Anybody have an idea for a simple algorithm or method?
0 件の賞賛
返信
1 返信

479件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by domen on Wed Oct 20 02:54:24 MST 2010
http://en.wikipedia.org/wiki/Methods_of_computing_square_roots

Pretty sure you should find something of use.
0 件の賞賛
返信