Talk:Square root algorithms: Difference between revisions

Content deleted Content added
m Archiving 1 discussion(s) to Talk:Methods of computing square roots/Archive 1) (bot
binary method in c: new section
Line 63:
 
[[Special:Contributions/37.49.68.13|37.49.68.13]] ([[User talk:37.49.68.13|talk]]) 13:08, 1 April 2022 (UTC)
 
== binary method in c ==
 
I believe that the example that is given in C is what is referred to as the [http://totton.idirect.com/soroban/KojimaSq/ Chinese Abacus Method] - confirmation from [http://medialab.freaknet.org/martin/src/sqrt/ this article] and [http://medialab.freaknet.org/martin/src/sqrt/sqrt.imp code that appears to be the same algorithm.]